Changeset 377 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 30 Aug 2013, 03:29:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.h
r345 r377 1404 1404 Int m_interLayerPredLayerIdc [MAX_VPS_LAYER_ID_PLUS1]; 1405 1405 #else 1406 #if REF_IDX_FRAMEWORK1406 #if SVC_EXTENSION 1407 1407 Int m_numILRRefIdx; //< for inter-layer reference picture ser 1408 1408 #endif … … 1460 1460 TComPic* m_pcBaseColPic[MAX_LAYERS]; 1461 1461 TComPicYuv* m_pcFullPelBaseRec[MAX_LAYERS]; 1462 #if REF_IDX_FRAMEWORK &&M0457_COL_PICTURE_SIGNALING1462 #if M0457_COL_PICTURE_SIGNALING 1463 1463 Int m_numMotionPredRefLayers; 1464 1464 #if REF_IDX_MFM … … 1761 1761 #endif 1762 1762 1763 #if REF_IDX_FRAMEWORK1764 1763 Void setRefPicListModificationSvc(); 1765 1764 Int getNumILRRefIdx ( ) { return m_pcVPS->getNumDirectRefLayers( m_layerId ); } … … 1789 1788 #endif 1790 1789 1791 #if REF_IDX_FRAMEWORK &&M0457_COL_PICTURE_SIGNALING1790 #if M0457_COL_PICTURE_SIGNALING 1792 1791 Void setNumMotionPredRefLayers(int i) { m_numMotionPredRefLayers = i; } 1793 1792 Int getNumMotionPredRefLayers() { return m_numMotionPredRefLayers; } … … 1806 1805 #endif 1807 1806 1808 #else1809 // temporal solution for IntraBL. Only one reference layer is supported.1810 Int getActiveNumILRRefIdx ( ) { return 1; }1811 Int getInterLayerPredLayerIdc (UInt layerIdx) { return m_layerId - 1;}1812 Void setActiveNumILRRefIdx ( Int i ) {}1813 Void setInterLayerPredEnabledFlag( Bool val ) {}1814 #endif1815 1816 1807 TComPic* getRefPic(TComList<TComPic*>& rcListPic, Int poc) { return xGetRefPic( rcListPic, poc ); } 1817 1808
Note: See TracChangeset for help on using the changeset viewer.