Changeset 560 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 27 Jan 2014, 17:25:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.h
r540 r560 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]; … … 177 177 #if VPS_EXTN_DIRECT_REF_LAYERS 178 178 TDecTop* getRefLayerDec(UInt refLayerIdc); 179 #if M0457_PREDICTION_INDICATIONS180 179 Int getNumDirectRefLayers () { return m_numDirectRefLayers; } 181 180 Void setNumDirectRefLayers (Int num) { m_numDirectRefLayers = num; } … … 206 205 207 206 Void setRefLayerParams( TComVPS* vps ); 208 #endif209 207 #endif 210 208 #if AVC_BASE
Note: See TracChangeset for help on using the changeset viewer.