- Timestamp:
- 9 Sep 2013, 20:17:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r386 r387 509 509 { 510 510 UInt refLayerIdc = m_interLayerPredLayerIdc[i]; 511 if(!( g_posScalingFactor[refLayerIdc][0] == 65536 && g_posScalingFactor[refLayerIdc][1] == 65536 ) && (scalingOffset)) // ratio 1x511 if(!( g_posScalingFactor[refLayerIdc][0] == 65536 && g_posScalingFactor[refLayerIdc][1] == 65536 ) || (!scalingOffset)) // ratio 1x 512 512 { 513 513 numResampler++;
Note: See TracChangeset for help on using the changeset viewer.