Ignore:
Timestamp:
5 Jul 2014, 08:19:26 (10 years ago)
Author:
tech
Message:

Cleanup part 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.1-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp

    r950 r967  
    255255 
    256256#if H_3D_DBBP
    257 
    258 #if MTK_DBBP_SIGNALING_H0094
    259257  if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) )
    260 #else
    261   if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) && pcCU->getPartitionSize(uiAbsPartIdx) == RWTH_DBBP_PACK_MODE )
    262 #endif
    263258  {
    264259    encodeDBBPFlag(pcCU, uiAbsPartIdx, bRD);
     
    266261    if( pcCU->getDBBPFlag(uiAbsPartIdx) )
    267262    {
    268 #if !MTK_DBBP_SIGNALING_H0094
    269       AOF( pcCU->getPartitionSize(uiAbsPartIdx) == RWTH_DBBP_PACK_MODE );
    270 #endif
    271263      // restore virtual partition size for DBBP blocks
    272264      pcCU->setPartSizeSubParts(eVirtualPartSize, uiAbsPartIdx, uiDepth);
Note: See TracChangeset for help on using the changeset viewer.