Changeset 560 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 27 Jan 2014, 17:25:26 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r559 r560 1428 1428 } 1429 1429 #endif 1430 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS1430 #if VPS_EXTN_DIRECT_REF_LAYERS 1431 1431 READ_UVLC( uiCode, "direct_dep_type_len_minus2"); vps->setDirectDepTypeLen(uiCode+2); 1432 1432 #if O0096_DEFAULT_DEPENDENCY_TYPE -
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r559 r560 845 845 #if SVC_EXTENSION 846 846 m_apcSlicePilot->setSliceIdx( m_uiSliceIdx ); // it should be removed if HM will reflect it in above 847 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS847 #if VPS_EXTN_DIRECT_REF_LAYERS 848 848 setRefLayerParams(m_apcSlicePilot->getVPS()); 849 849 #endif … … 1963 1963 #endif 1964 1964 1965 #if VPS_EXTN_DIRECT_REF_LAYERS && M0457_PREDICTION_INDICATIONS1965 #if VPS_EXTN_DIRECT_REF_LAYERS 1966 1966 1967 1967 Void TDecTop::setRefLayerParams( TComVPS* vps ) -
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.