Changeset 295 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 19 Jun 2013, 03:08:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r292 r295 3064 3064 { 3065 3065 UInt refLayerIdc = pcSlice->getInterLayerPredLayerIdc(i); 3066 if (m_pcEncTop->getMotionPredEnabledFlag(refLayerIdc))3066 if( m_pcEncTop->getMotionPredEnabledFlag( pcSlice->getVPS()->getRefLayerId( m_layerId, refLayerIdc ) ) ) 3067 3067 { 3068 3068 if (activeMotionPredReflayerIdx == pcSlice->getColRefLayerIdx()) 3069 3069 { 3070 ilpPic = m_pcEncTop->getIlpList()[ i];3070 ilpPic = m_pcEncTop->getIlpList()[refLayerIdc]; 3071 3071 break; 3072 3072 }
Note: See TracChangeset for help on using the changeset viewer.