Changeset 294 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecSbac.h
- Timestamp:
- 19 Feb 2013, 20:33:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibDecoder/TDecSbac.h
r292 r294 74 74 Void xCopyFrom ( TDecSbac* pSrc ); 75 75 Void xCopyContextsFrom ( TDecSbac* pSrc ); 76 #if OL_FLUSH77 76 Void decodeFlush(); 78 #endif79 77 80 78 #if CABAC_INIT_FLAG … … 95 93 Void parseSPS ( TComSPS* pcSPS ) {} 96 94 #endif 97 #if TILES_OR_ENTROPY_SYNC_IDC98 95 Void parsePPS ( TComPPS* pcPPS, ParameterSetManagerDecoder *parameterSet ) {} 99 #else100 Void parsePPS ( TComPPS* pcPPS ) {}101 #endif102 96 Void parseAPS ( TComAPS* pAPS ) {} 103 97 void parseSEI(SEImessages&) {} 104 98 105 #if LCU_SYNTAX_ALF106 99 #if MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137 107 100 Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet, bool isDepth) {} 108 101 #else 109 102 Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet) {} 110 #endif111 #else112 Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl ) {}113 103 #endif 114 104 … … 120 110 #endif 121 111 122 #if SAO_UNIT_INTERLEAVING123 112 Void parseSaoUvlc ( UInt& ruiVal ); 124 113 Void parseSaoSvlc ( Int& riVal ); … … 129 118 Void parseSaoOneLcuInterleaving(Int rx, Int ry, SAOParam* pSaoParam, TComDataCU* pcCU, Int iCUAddrInSlice, Int iCUAddrUpInSlice, Bool bLFCrossSliceBoundaryFlag); 130 119 Void parseSaoOffset (SaoLcuParam* psSaoLcuParam); 131 #endif132 120 133 121 #if RWTH_SDC_DLT_B0036 … … 256 244 ContextModel3DBuffer m_cALFUvlcSCModel; 257 245 ContextModel3DBuffer m_cALFSvlcSCModel; 258 #if AMP_CTX259 246 ContextModel3DBuffer m_cCUAMPSCModel; 260 #else261 ContextModel3DBuffer m_cCUXPosiSCModel;262 ContextModel3DBuffer m_cCUYPosiSCModel;263 #endif264 247 ContextModel3DBuffer m_cSaoFlagSCModel; 265 248 ContextModel3DBuffer m_cSaoUvlcSCModel; 266 249 ContextModel3DBuffer m_cSaoSvlcSCModel; 267 #if SAO_UNIT_INTERLEAVING268 250 ContextModel3DBuffer m_cSaoMergeLeftSCModel; 269 251 ContextModel3DBuffer m_cSaoMergeUpSCModel; 270 252 ContextModel3DBuffer m_cSaoTypeIdxSCModel; 271 #endif272 253 273 254 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
Note: See TracChangeset for help on using the changeset viewer.