Changeset 595 in SHVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h


Ignore:
Timestamp:
2 Feb 2014, 06:01:53 (11 years ago)
Author:
seregin
Message:

merge with SHM-5.0-dev branch

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/source

  • trunk/source/Lib/TLibDecoder/TDecTop.h

    r588 r595  
    44 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2013, ITU/ISO/IEC
     6 * Copyright (c) 2010-2014, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    221221  Void      xInitILRP(TComSPS *pcSPS);
    222222#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
    224237#if AVC_SYNTAX || SYNTAX_OUTPUT
    225238  Void      setBLSyntaxFile( fstream* pFile ) { m_pBLSyntaxFile = pFile; }
     
    256269  Void setNoOutputOfPriorPicsFlags(Bool x)   { m_noOutputOfPriorPicsFlags = x;   }
    257270#endif
    258 public:
    259 #if OUTPUT_LAYER_SET_INDEX
    260   CommonDecoderParams*    getCommonDecoderParams() { return m_commonDecoderParams; }
    261   Void                    setCommonDecoderParams(CommonDecoderParams* x) { m_commonDecoderParams = x; }
    262   Void      checkValueOfTargetOutputLayerSetIdx(TComVPS *vps);
    263 #endif
    264 #if SCALINGLIST_INFERRING
    265   ParameterSetManagerDecoder* getParameterSetManager() { return &m_parameterSetManagerDecoder; }
    266 #endif
    267 #if RESOLUTION_BASED_DPB
    268   Void setSubDpbIdx(Int idx)    { m_subDpbIdx = idx; }
    269   Int  getSubDpbIdx()           { return m_subDpbIdx; }
    270   Void assignSubDpbs(TComVPS *vps);
    271 #endif
    272271};// END CLASS DEFINITION TDecTop
    273272
Note: See TracChangeset for help on using the changeset viewer.