Ignore:
Timestamp:
16 Apr 2014, 11:34:33 (10 years ago)
Author:
mediatek-htm
Message:

Integration of H0094

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.2-dev2-MediaTek/source/Lib/TLibEncoder/TEncSbac.cpp

    r884 r921  
    23562356Void TEncSbac::codeDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
    23572357{
     2358#if !MTK_DBBP_SIGNALING_H0094
    23582359  PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
    23592360  AOF( ePartSize == RWTH_DBBP_PACK_MODE );
     2361#endif
    23602362  AOF( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) );
    23612363  AOF( !pcCU->getSlice()->getIsDepth() );
Note: See TracChangeset for help on using the changeset viewer.