Changeset 1056 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 4 Mar 2015, 01:14:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1049 r1056 2080 2080 { 2081 2081 // check for the sample prediction picture type 2082 if( m_ppcTDecTop[m_layerId]->getSamplePredEnabledFlag( refLayerId))2082 if( m_ppcTDecTop[m_layerId]->getSamplePredEnabledFlag(pcSlice->getVPS()->getLayerIdxInVps(refLayerId))) 2083 2083 { 2084 2084 #if O0215_PHASE_ALIGNMENT_REMOVAL … … 2229 2229 if( refPic->isILR(pcSlice->getLayerId()) ) 2230 2230 { 2231 assert( m_ppcTDecTop[m_layerId]->getMotionPredEnabledFlag( refPic->getLayerId()) );2231 assert( m_ppcTDecTop[m_layerId]->getMotionPredEnabledFlag(pcSlice->getVPS()->getLayerIdxInVps(refPic->getLayerId())) ); 2232 2232 } 2233 2233 }
Note: See TracChangeset for help on using the changeset viewer.