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/TLibEncoder/TEncSbac.cpp

    r976 r990  
    23432343Void TEncSbac::codeDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
    23442344{
     2345#if SEC_DBBP_EXPLICIT_SIG_I0077
     2346  PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
     2347  AOF( ePartSize == SIZE_2NxN || ePartSize == SIZE_Nx2N );
     2348#endif
    23452349  AOF( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) );
    23462350  AOF( !pcCU->getSlice()->getIsDepth() );
Note: See TracChangeset for help on using the changeset viewer.