Ignore:
Timestamp:
4 Apr 2014, 16:15:09 (10 years ago)
Author:
rwth
Message:
  • integration of H0057 and H0072
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev2-RWTH/source/Lib/TLibDecoder/TDecEntropy.cpp

    r884 r895  
    161161     
    162162      pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth);
     163     
     164#if RWTH_H0057_DBBP_NO_SPU
     165      // make sure that DBBP flag is set for both segments
     166      UInt uiPUOffset = ( g_auiPUOffset[UInt( eVirtualPartSize )] << ( ( pcCU->getSlice()->getSPS()->getMaxCUDepth() - uiDepth ) << 1 ) ) >> 4;
     167      pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx, 0, uiDepth);
     168      pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx+uiPUOffset, 1, uiDepth);
     169#endif
    163170    }
    164171  }
Note: See TracChangeset for help on using the changeset viewer.