Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 16 Jun 2013, 05:33:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncCavlc.cpp
r464 r468 1086 1086 xCodePredWeightTable( pcSlice ); 1087 1087 } 1088 #if H_3D_IC 1089 else if( pcSlice->getViewIndex() && ( pcSlice->getSliceType() == P_SLICE || pcSlice->getSliceType() == B_SLICE ) ) 1090 { 1091 WRITE_FLAG( pcSlice->getApplyIC() ? 1 : 0, "slice_ic_enable_flag" ); 1092 if( pcSlice->getApplyIC() ) 1093 { 1094 WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "ic_skip_mergeidx0" ); 1095 } 1096 } 1097 #endif 1088 1098 assert(pcSlice->getMaxNumMergeCand()<=MRG_MAX_NUM_CANDS); 1089 1099 if (!pcSlice->isIntra()) … … 1371 1381 #endif 1372 1382 1383 #if H_3D_IC 1384 Void TEncCavlc::codeICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx ) 1385 { 1386 assert(0); 1387 } 1388 #endif 1389 1373 1390 Void TEncCavlc::codeInterModeFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiEncMode ) 1374 1391 {
Note: See TracChangeset for help on using the changeset viewer.