Changeset 946 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 31 Dec 2014, 07:41:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibEncoder/TEncGOP.cpp
r926 r946 1378 1378 } 1379 1379 #endif 1380 #if O0215_PHASE_ALIGNMENT_REMOVAL 1381 m_pcPredSearch->upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec() ); 1382 #else 1380 1383 #if O0215_PHASE_ALIGNMENT 1381 1384 #if O0194_JOINT_US_BITSHIFT … … 1408 1411 #else 1409 1412 m_pcPredSearch->upsampleBasePic( refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec(), pcPic->getPicYuvRec(), scalEL ); 1413 #endif 1410 1414 #endif 1411 1415 #endif
Note: See TracChangeset for help on using the changeset viewer.