Changeset 903 in 3DVCSoftware for branches/HTM-10.2-dev3-MediaTek/source/Lib/TLibDecoder
- Timestamp:
- 9 Apr 2014, 09:58:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev3-MediaTek/source/Lib/TLibDecoder/TDecSbac.cpp
r884 r903 2068 2068 UInt dir = pcCU->getLumaIntraDir( absPartIdx ); 2069 2069 uiNumSegments = isDimMode( dir ) ? 2 : 1; 2070 2070 #if MTK_DELTA_DC_FLAG_ONE_CONTEXT_H0084_H0100_H0113 2071 m_pcTDecBinIf->decodeBin( symbol, m_cDdcFlagSCModel.get( 0, 0, 0 ) ); 2072 #else 2071 2073 m_pcTDecBinIf->decodeBin( symbol, m_cDdcFlagSCModel.get( 0, 0, uiNumSegments-1 ) ); 2072 2074 #endif 2073 2075 if( pcCU->getSDCFlag( absPartIdx ) ) 2074 2076 {
Note: See TracChangeset for help on using the changeset viewer.