Changeset 827 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 13 Jul 2014, 01:29:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r823 r827 3866 3866 TComPic* pcRefPicBL = m_pcBaseColPic[refLayerIdc]; 3867 3867 3868 // copy scalability ratio, it is needed to get the corect location for the motion field of the corresponding reference layer block 3869 pcIlpPic[refLayerIdc]->setSpatialEnhLayerFlag( refLayerIdc, m_pcPic->isSpatialEnhLayer(refLayerIdc) ); 3870 3868 3871 pcIlpPic[refLayerIdc]->copyUpsampledPictureYuv( m_pcPic->getFullPelBaseRec( refLayerIdc ), pcIlpPic[refLayerIdc]->getPicYuvRec() ); 3869 3872 pcIlpPic[refLayerIdc]->getSlice(0)->setBaseColPic( refLayerIdc, pcRefPicBL );
Note: See TracChangeset for help on using the changeset viewer.