Changeset 370 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 28 Aug 2013, 04:07:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r368 r370 871 871 #endif 872 872 873 #if SIMPLIFIED_MV_POS_SCALING874 873 #if SCALED_REF_LAYER_OFFSETS 875 874 const Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc); … … 895 894 g_posScalingFactor[refLayerIdc][0] = ((widthBL << 16) + (widthEL >> 1)) / widthEL; 896 895 g_posScalingFactor[refLayerIdc][1] = ((heightBL << 16) + (heightEL >> 1)) / heightEL; 897 #endif898 896 899 897 #if SVC_UPSAMPLING
Note: See TracChangeset for help on using the changeset viewer.