Changeset 1212 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
- Timestamp:
- 8 Jul 2015, 23:14:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1210 r1212 512 512 // Allow maximum of one motion resampling process for direct reference layers, and use motion inter-layer prediction from the same layer as texture inter-layer prediction 513 513 if( !( g_posScalingFactor[refLayerIdc][0] == 65536 && g_posScalingFactor[refLayerIdc][1] == 65536 ) || !scalingOffset || !sameBitDepths 514 #if Q0048_CGS_3D_ASYMLUT514 #if CGS_3D_ASYMLUT 515 515 || getPPS()->getCGSFlag() 516 516 #endif … … 2305 2305 , m_pocResetInfoPresentFlag (false) 2306 2306 , m_numRefLayerLocationOffsets ( 0 ) 2307 #if Q0048_CGS_3D_ASYMLUT2307 #if CGS_3D_ASYMLUT 2308 2308 , m_nCGSFlag(0) 2309 2309 , m_nCGSOutputBitDepthY(0)
Note: See TracChangeset for help on using the changeset viewer.