Ignore:
Timestamp:
30 Jul 2014, 18:43:21 (10 years ago)
Author:
tech
Message:

Merged 11.2-dev1-MediaTek@1004.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/Lib/TLibDecoder/TDecSbac.cpp

    r1015 r1029  
    22622262  m_pcTDecBinIf->decodeBin( uiSymbol, m_cDBBPFlagSCModel.get( 0, 0, 0 ) );
    22632263 
     2264#if SEC_DBBP_EXPLICIT_SIG_I0077
     2265  PartSize ePartSize = pcCU->getPartitionSize( uiAbsPartIdx );
     2266  AOF( ePartSize == SIZE_2NxN || ePartSize == SIZE_Nx2N );
     2267  UInt uiPUOffset = ( g_auiPUOffset[UInt( ePartSize )] << ( ( pcCU->getSlice()->getSPS()->getMaxCUDepth() - uiDepth ) << 1 ) ) >> 4;
     2268  pcCU->setDBBPFlagSubParts(uiSymbol, uiAbsPartIdx, 0, uiDepth);
     2269  pcCU->setDBBPFlagSubParts(uiSymbol, uiAbsPartIdx+uiPUOffset, 1, uiDepth);
     2270#else
    22642271  if( uiSymbol )
    22652272  {
     
    22682275    pcCU->setDBBPFlagSubParts(true, uiAbsPartIdx + 2*uiCurrPartNumQ, 1, uiDepth);
    22692276  }
     2277#endif
    22702278}
    22712279#endif
Note: See TracChangeset for help on using the changeset viewer.