Changeset 370 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 28 Aug 2013, 04:07:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r356 r370 588 588 pcSlice->setBaseColPic( *cListPic, refLayerIdc ); 589 589 590 #if SIMPLIFIED_MV_POS_SCALING591 590 #if SCALED_REF_LAYER_OFFSETS 592 591 const Window &scalEL = m_pcEncTop->getScaledRefLayerWindow(refLayerIdc); … … 612 611 g_posScalingFactor[refLayerIdc][0] = ((widthBL << 16) + (widthEL >> 1)) / widthEL; 613 612 g_posScalingFactor[refLayerIdc][1] = ((heightBL << 16) + (heightEL >> 1)) / heightEL; 614 #endif615 613 616 614 #if SVC_UPSAMPLING
Note: See TracChangeset for help on using the changeset viewer.