Changeset 354 in 3DVCSoftware for branches/HTM-6.2-dev3-Intel/source/Lib/TLibEncoder
- Timestamp:
- 3 May 2013, 01:58:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev3-Intel/source/Lib/TLibEncoder/TEncSbac.cpp
r332 r354 2411 2411 { 2412 2412 UInt uiBit = (uiPredMode == g_auiSDCPredModes[uiMPModeIdx]) ? 1 : 0; 2413 #if INTEL_SDC64_D0193 2414 if( !(pcCU->getWidth(uiAbsPartIdx) == 64 && i == 1)) 2415 #endif 2413 2416 m_pcBinIf->encodeBin( uiBit, m_cSDCPredModeSCModel.get( 0, i, uiCtx ) ); 2414 2417
Note: See TracChangeset for help on using the changeset viewer.