Changeset 595 in SHVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev merged: 591,593-594
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev/source merged: 593
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r588 r595 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 3, ITU/ISO/IEC6 * Copyright (c) 2010-2014, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 221 221 Void xInitILRP(TComSPS *pcSPS); 222 222 #endif 223 #endif 223 #if OUTPUT_LAYER_SET_INDEX 224 CommonDecoderParams* getCommonDecoderParams() { return m_commonDecoderParams; } 225 Void setCommonDecoderParams(CommonDecoderParams* x) { m_commonDecoderParams = x; } 226 Void checkValueOfTargetOutputLayerSetIdx(TComVPS *vps); 227 #endif 228 #if SCALINGLIST_INFERRING 229 ParameterSetManagerDecoder* getParameterSetManager() { return &m_parameterSetManagerDecoder; } 230 #endif 231 #if RESOLUTION_BASED_DPB 232 Void setSubDpbIdx(Int idx) { m_subDpbIdx = idx; } 233 Int getSubDpbIdx() { return m_subDpbIdx; } 234 Void assignSubDpbs(TComVPS *vps); 235 #endif 236 #endif //SVC_EXTENSION 224 237 #if AVC_SYNTAX || SYNTAX_OUTPUT 225 238 Void setBLSyntaxFile( fstream* pFile ) { m_pBLSyntaxFile = pFile; } … … 256 269 Void setNoOutputOfPriorPicsFlags(Bool x) { m_noOutputOfPriorPicsFlags = x; } 257 270 #endif 258 public:259 #if OUTPUT_LAYER_SET_INDEX260 CommonDecoderParams* getCommonDecoderParams() { return m_commonDecoderParams; }261 Void setCommonDecoderParams(CommonDecoderParams* x) { m_commonDecoderParams = x; }262 Void checkValueOfTargetOutputLayerSetIdx(TComVPS *vps);263 #endif264 #if SCALINGLIST_INFERRING265 ParameterSetManagerDecoder* getParameterSetManager() { return &m_parameterSetManagerDecoder; }266 #endif267 #if RESOLUTION_BASED_DPB268 Void setSubDpbIdx(Int idx) { m_subDpbIdx = idx; }269 Int getSubDpbIdx() { return m_subDpbIdx; }270 Void assignSubDpbs(TComVPS *vps);271 #endif272 271 };// END CLASS DEFINITION TDecTop 273 272
Note: See TracChangeset for help on using the changeset viewer.