Changeset 805 in 3DVCSoftware for branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibEncoder/TEncSbac.cpp
- Timestamp:
- 27 Jan 2014, 06:48:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibEncoder/TEncSbac.cpp
r790 r805 1018 1018 // get context function is here 1019 1019 UInt uiSymbol = pcCU->getICFlag( uiAbsPartIdx ) ? 1 : 0; 1020 #if MTK_IC_FLAG_CABAC_SIMP_G0061 1021 m_pcBinIf->encodeBin( uiSymbol, m_cCUICFlagSCModel.get( 0, 0, 0 ) ); 1022 #else 1020 1023 UInt uiCtxIC = pcCU->getCtxICFlag( uiAbsPartIdx ) ; 1021 1024 m_pcBinIf->encodeBin( uiSymbol, m_cCUICFlagSCModel.get( 0, 0, uiCtxIC ) ); 1025 #endif 1022 1026 #if !H_MV_ENC_DEC_TRAC 1023 1027 DTRACE_CABAC_VL( g_nSymbolCounter++ );
Note: See TracChangeset for help on using the changeset viewer.