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/TLibDecoder/TDecSbac.cpp

    r884 r921  
    21412141Void TDecSbac::parseDBBPFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
    21422142{
     2143#if !MTK_DBBP_SIGNALING_H0094
    21432144  PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
     2145#endif
    21442146  AOF( pcCU->getSlice()->getVPS()->getUseDBBP(pcCU->getSlice()->getLayerIdInVps()) );
    21452147  AOF( !pcCU->getSlice()->getIsDepth() );
     2148#if !MTK_DBBP_SIGNALING_H0094
    21462149  AOF( ePartSize == RWTH_DBBP_PACK_MODE );
     2150#endif
    21472151 
    21482152  UInt uiSymbol = 0;
Note: See TracChangeset for help on using the changeset viewer.