Changeset 1036 in SHVCSoftware
- Timestamp:
- 27 Feb 2015, 20:27:54 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1035 r1036 3235 3235 static Window win; 3236 3236 3237 for( Int i = m_numRefLayerLocationOffsets ; i >0; i-- )3237 for( Int i = m_numRefLayerLocationOffsets-1; i >= 0; i-- ) 3238 3238 { 3239 3239 if( layerId == m_refLocationOffsetLayerId[i] ) … … 3252 3252 static Window win; 3253 3253 3254 for( Int i = m_numRefLayerLocationOffsets ; i >0; i-- )3254 for( Int i = m_numRefLayerLocationOffsets-1; i >= 0; i-- ) 3255 3255 { 3256 3256 if( layerId == m_refLocationOffsetLayerId[i] ) … … 3282 3282 phaseHorLuma = 0, phaseVerLuma = 0, phaseHorChroma = 0, phaseVerChroma = 0; 3283 3283 3284 for( Int i = m_numRefLayerLocationOffsets ; i >0; i-- )3284 for( Int i = m_numRefLayerLocationOffsets-1; i >= 0; i-- ) 3285 3285 { 3286 3286 if( refLayerId == m_refLocationOffsetLayerId[i] ) -
branches/SHM-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r1035 r1036 90 90 #endif 91 91 #if REF_REGION_OFFSET 92 const Window &windowRL = currSlice->getPPS()->getRefLayerWindow(refLayerId c);92 const Window &windowRL = currSlice->getPPS()->getRefLayerWindow(refLayerId); 93 93 #endif 94 94 #else
Note: See TracChangeset for help on using the changeset viewer.