Changeset 462 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon
- Timestamp:
- 12 Nov 2013, 19:19:27 (12 years ago)
- Location:
- branches/SHM-4.0-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.cpp
r460 r462 3050 3050 } 3051 3051 3052 #if MFM_ENCCONSTRAINT 3053 TComPic* TComSlice::getBaseColPic( TComList<TComPic*>& rcListPic ) 3054 { 3055 #if POC_RESET_FLAG 3056 return xGetRefPic( rcListPic, m_bPocResetFlag ? 0 : m_iPOC ); 3057 #else 3058 return xGetRefPic( rcListPic, m_iPOC ); 3059 #endif 3060 } 3061 #endif 3062 3052 3063 #if REF_IDX_MFM 3053 3064 Void TComSlice::setRefPOCListILP( TComPic** ilpPic, TComPic** pcRefPicRL ) -
branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.h
r460 r462 1977 1977 TComPic* getBaseColPic (UInt refLayerIdc) { return m_pcBaseColPic[refLayerIdc]; } 1978 1978 TComPic** getBaseColPic () { return &m_pcBaseColPic[0]; } 1979 #if MFM_ENCCONSTRAINT 1980 TComPic* getBaseColPic( TComList<TComPic*>& rcListPic ); 1981 #endif 1979 1982 1980 1983 Void setLayerId (UInt layerId) { m_layerId = layerId; }
Note: See TracChangeset for help on using the changeset viewer.