Changeset 588 in SHVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev (added) merged: 548-585,587
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev/source (added) merged: 549-585 /trunk/source removed
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r540 r588 117 117 Int m_iBLSourceHeight; 118 118 #endif 119 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS119 #if VPS_EXTN_DIRECT_REF_LAYERS 120 120 Int m_numDirectRefLayers; 121 121 Int m_refLayerId[MAX_VPS_LAYER_ID_PLUS1]; … … 144 144 Bool m_bRefreshPending; 145 145 #endif 146 146 #if RESOLUTION_BASED_DPB 147 Int m_subDpbIdx; // Index to the sub-DPB that the layer belongs to. 148 // When new VPS is activated, this should be re-initialized to -1 149 #endif 147 150 public: 148 151 TDecTop(); … … 177 180 #if VPS_EXTN_DIRECT_REF_LAYERS 178 181 TDecTop* getRefLayerDec(UInt refLayerIdc); 179 #if M0457_PREDICTION_INDICATIONS180 182 Int getNumDirectRefLayers () { return m_numDirectRefLayers; } 181 183 Void setNumDirectRefLayers (Int num) { m_numDirectRefLayers = num; } … … 206 208 207 209 Void setRefLayerParams( TComVPS* vps ); 208 #endif209 210 #endif 210 211 #if AVC_BASE … … 244 245 Void xDecodePPS(); 245 246 Void xDecodeSEI( TComInputBitstream* bs, const NalUnitType nalUnitType ); 246 #if M0457_COL_PICTURE_SIGNALING && !REMOVE_COL_PICTURE_SIGNALING247 TComPic* getMotionPredIlp(TComSlice* pcSlice);248 #endif249 247 250 248 #if NO_CLRAS_OUTPUT_FLAG … … 262 260 CommonDecoderParams* getCommonDecoderParams() { return m_commonDecoderParams; } 263 261 Void setCommonDecoderParams(CommonDecoderParams* x) { m_commonDecoderParams = x; } 264 Void checkValueOf OutputLayerSetIdx(TComVPS *vps);262 Void checkValueOfTargetOutputLayerSetIdx(TComVPS *vps); 265 263 #endif 266 264 #if SCALINGLIST_INFERRING 267 265 ParameterSetManagerDecoder* getParameterSetManager() { return &m_parameterSetManagerDecoder; } 268 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 269 272 };// END CLASS DEFINITION TDecTop 270 273
Note: See TracChangeset for help on using the changeset viewer.