Changeset 1303 in 3DVCSoftware for branches/HTM-14.1-update-dev1-LG/source/Lib/TLibDecoder/TDecCAVLC.h
- Timestamp:
- 28 Jul 2015, 03:59:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-LG/source/Lib/TLibDecoder/TDecCAVLC.h
r1279 r1303 123 123 Void parseICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 124 124 #endif 125 #if NH_3D_DMM || NH_3D_SDC_INTRA || H_3D_INTER_SDC125 #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER 126 126 Void parseDeltaDC ( TComDataCU* /*pcCU*/, UInt /*absPartIdx*/, UInt /*depth*/ ) { assert(0); }; 127 127 #endif 128 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC128 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER 129 129 Void parseSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 130 130 #endif
Note: See TracChangeset for help on using the changeset viewer.