Changeset 1303 in 3DVCSoftware for branches/HTM-14.1-update-dev1-LG/source/Lib/TLibDecoder/TDecSbac.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/TDecSbac.h
r1279 r1303 107 107 Void xReadCoefRemainExGolomb ( UInt &rSymbol, UInt &rParam, const Bool useLimitedPrefixLength, const Int maxLog2TrDynamicRange ); 108 108 #endif 109 #if NH_3D_DMM || NH_3D_SDC_INTRA || H_3D_INTER_SDC109 #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER 110 110 Void xReadExGolombLevelDdc( UInt& ruiSymbol ); 111 111 Void xParseDeltaDC ( Pel& rValDeltaDC, UInt uiNumSeg ); … … 119 119 Void xParseSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPart ); 120 120 #endif 121 #if NH_3D_SDC_INTRA || H_3D_INTER_SDC121 #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER 122 122 Void parseSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 123 123 #endif … … 136 136 Void parseDIS ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 137 137 #endif 138 #if NH_3D_DMM || NH_3D_SDC_INTRA || H_3D_INTER_SDC138 #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER 139 139 Void parseDeltaDC ( TComDataCU* pcCU, UInt absPartIdx, UInt depth ); 140 140 #endif … … 229 229 ContextModel3DBuffer m_cDmmModeSCModel; 230 230 #endif 231 #if NH_3D_DMM || NH_3D_SDC_INTRA 231 #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER 232 232 ContextModel3DBuffer m_cDdcDataSCModel; 233 ContextModel3DBuffer m_cSDCFlagSCModel; 233 234 #endif 234 235 #if NH_3D_SDC_INTRA 235 236 ContextModel3DBuffer m_cSDCResidualFlagSCModel; 236 237 ContextModel3DBuffer m_cSDCResidualSCModel; 237 ContextModel3DBuffer m_cSDCFlagSCModel;238 238 ContextModel3DBuffer m_cDdcFlagSCModel; 239 239 #endif
Note: See TracChangeset for help on using the changeset viewer.