Changeset 944 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 31 Dec 2014, 07:31:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp ¶
r923 r944 1343 1343 } 1344 1344 #endif 1345 #if O0215_PHASE_ALIGNMENT_REMOVAL 1346 m_pcPredSearch->upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec() ); 1347 #else 1345 1348 #if O0215_PHASE_ALIGNMENT 1346 1349 #if O0194_JOINT_US_BITSHIFT … … 1373 1376 #else 1374 1377 m_pcPredSearch->upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), scalEL ); 1378 #endif 1375 1379 #endif 1376 1380 #endif
Note: See TracChangeset for help on using the changeset viewer.