Changeset 254 in 3DVCSoftware for branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibDecoder/TDecEntropy.h
- Timestamp:
- 4 Feb 2013, 02:58:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibDecoder/TDecEntropy.h
r244 r254 74 74 virtual Void parseVPS ( TComVPS* pcVPS ) = 0; 75 75 #endif 76 #if HHI_MPI 76 #if HHI_MPI || OL_QTLIMIT_PREDCODING_B0068 77 77 virtual Void parseSPS ( TComSPS* pcSPS, Bool bIsDepth ) = 0; 78 78 #else … … 88 88 89 89 #if LCU_SYNTAX_ALF 90 #if MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137 91 virtual Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet, bool isDepth) = 0; 92 #else 90 93 virtual Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet) = 0; 94 #endif 91 95 #else 92 96 virtual Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl ) = 0; … … 179 183 #endif 180 184 181 #if HHI_MPI 185 #if HHI_MPI || OL_QTLIMIT_PREDCODING_B0068 182 186 Void decodeSPS ( TComSPS* pcSPS, Bool bIsDepth ) { m_pcEntropyDecoderIf->parseSPS(pcSPS, bIsDepth); } 183 187 #else … … 193 197 194 198 #if LCU_SYNTAX_ALF 199 #if MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137 200 Void decodeSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet, bool isDepth) { m_pcEntropyDecoderIf->parseSliceHeader(rpcSlice, parameterSetManager, alfCUCtrl, alfParamSet, isDepth); } 201 #else 195 202 Void decodeSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl, AlfParamSet& alfParamSet) { m_pcEntropyDecoderIf->parseSliceHeader(rpcSlice, parameterSetManager, alfCUCtrl, alfParamSet); } 203 #endif 196 204 #else 197 205 Void decodeSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager, AlfCUCtrlInfo &alfCUCtrl ) { m_pcEntropyDecoderIf->parseSliceHeader(rpcSlice, parameterSetManager, alfCUCtrl); }
Note: See TracChangeset for help on using the changeset viewer.