Changeset 924 in 3DVCSoftware for branches/HTM-10.2-dev3-LGE/source/Lib/TLibDecoder
- Timestamp:
- 17 Apr 2014, 13:54:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-10.2-dev3-LGE/source/Lib/TLibDecoder/TDecSbac.cpp ΒΆ
r914 r924 1135 1135 if( ( pcCU->getSlice()->getSPS()->getMaxCUWidth() >> pcCU->getDepth( absPartIdx ) ) < 64 ) //DMM and HEVC intra modes are both allowed 1136 1136 { 1137 #if LGE_SIMP_DIM_NOT_PRESENT_FLAG_CODING_H0119_H0135 1138 m_pcTDecBinIf->decodeBin( uiSymbol, m_cAngleFlagSCModel.get( 0, 0, 0 ) ); 1139 #else 1137 1140 m_pcTDecBinIf->decodeBin( uiSymbol, m_cAngleFlagSCModel.get( 0, 0, pcCU->getCtxAngleFlag( absPartIdx ) ) ); 1141 #endif 1138 1142 } 1139 1143 else
Note: See TracChangeset for help on using the changeset viewer.