Changeset 946 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 31 Dec 2014, 07:41:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp
r928 r946 2012 2012 if( m_ppcTDecTop[m_layerId]->getSamplePredEnabledFlag(refLayerId) ) 2013 2013 { 2014 #if O0215_PHASE_ALIGNMENT_REMOVAL 2015 m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec()); 2016 #else 2014 2017 #if O0215_PHASE_ALIGNMENT 2015 2018 #if O0194_JOINT_US_BITSHIFT … … 2046 2049 #else 2047 2050 m_cPrediction.upsampleBasePic( refLayerIdc, m_pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), m_pcPic->getPicYuvRec(), scalEL ); 2051 #endif 2048 2052 #endif 2049 2053 #endif
Note: See TracChangeset for help on using the changeset viewer.