Changeset 468 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecSbac.h
- 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/TLibDecoder/TDecSbac.h
r464 r468 111 111 Void parseARPW ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 112 112 #endif 113 #if H_3D_IC 114 Void parseICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 115 #endif 113 116 Void parsePartSize ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 114 117 Void parsePredMode ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); … … 151 154 ContextModel3DBuffer m_cCUPUARPW; 152 155 #endif 156 #if H_3D_IC 157 ContextModel3DBuffer m_cCUICFlagSCModel; 158 #endif 153 159 ContextModel3DBuffer m_cCUPartSizeSCModel; 154 160 ContextModel3DBuffer m_cCUPredModeSCModel;
Note: See TracChangeset for help on using the changeset viewer.