Changeset 820 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncSbac.cpp
- Timestamp:
- 5 Feb 2014, 09:54:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncSbac.cpp
r816 r820 1240 1240 m_pcBinIf->encodeBin( uiInterDir == 2 ? 1 : 0, *( pCtx + uiCtx ) ); 1241 1241 } 1242 #if H_3D_DBBP1243 else1244 {1245 // only uni-prediction is allowed for DBBP1246 AOF( uiInterDir == 0 || uiInterDir == 1 );1247 }1248 #endif1249 1242 if (uiInterDir < 2) 1250 1243 {
Note: See TracChangeset for help on using the changeset viewer.