Ignore:
Timestamp:
15 Jul 2014, 03:22:01 (10 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-I0077: Removal of Partition Derivation for DBBP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev1-Samsung/source/Lib/TLibDecoder/TDecEntropy.cpp

    r976 r990  
    139139 
    140140#if H_3D_DBBP
    141 
     141#if SEC_DBBP_EXPLICIT_SIG_I0077
     142  if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) && (pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_2NxN || pcCU->getPartitionSize(uiAbsPartIdx) == SIZE_Nx2N) )
     143#else
    142144  if( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) )
     145#endif
    143146  {
    144147    decodeDBBPFlag(pcCU, uiAbsPartIdx, uiDepth);
    145    
     148#if !SEC_DBBP_EXPLICIT_SIG_I0077   
    146149    if( pcCU->getDBBPFlag(uiAbsPartIdx) )
    147150    {
     
    167170      pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx+uiPUOffset, 1, uiDepth);
    168171    }
     172#endif
    169173  }
    170174#endif
Note: See TracChangeset for help on using the changeset viewer.