Changeset 944 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 31 Dec 2014, 07:31:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r941 r944 2192 2192 if( m_ppcTDecTop[m_layerId]->getSamplePredEnabledFlag(refLayerId) ) 2193 2193 { 2194 #if O0215_PHASE_ALIGNMENT_REMOVAL 2195 m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec()); 2196 #else 2194 2197 #if O0215_PHASE_ALIGNMENT 2195 2198 #if O0194_JOINT_US_BITSHIFT … … 2226 2229 #else 2227 2230 m_cPrediction.upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), scalEL ); 2231 #endif 2228 2232 #endif 2229 2233 #endif
Note: See TracChangeset for help on using the changeset viewer.