Changeset 695 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 18 Apr 2014, 19:18:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r694 r695 128 128 #if Q0200_CONFORMANCE_BL_SIZE 129 129 const Window &confBL = currSlice->getBaseColPic(refLayerIdc)->getConformanceWindow(); 130 widthBL -= (confBL.getWindowLeftOffset() + confBL.getWindowRightOffset());131 heightBL -= (confBL.getWindowBottomOffset() + confBL.getWindowTopOffset());130 widthBL -= confBL.getWindowLeftOffset() + confBL.getWindowRightOffset(); 131 heightBL -= confBL.getWindowBottomOffset() + confBL.getWindowTopOffset(); 132 132 #endif 133 133 #if P0312_VERT_PHASE_ADJ … … 442 442 leftOffset = leftStartC > 0 ? leftStartC : 0; 443 443 #if Q0200_CONFORMANCE_BL_SIZE 444 leftStartC+= (confBL.getWindowLeftOffset()>>1)<<4;445 topStartC+= (confBL.getWindowTopOffset()>>1)<<4;444 leftStartC += ( confBL.getWindowLeftOffset() >> 1 ) << 4; 445 topStartC += ( confBL.getWindowTopOffset() >> 1 ) << 4; 446 446 #endif 447 447 shiftX = 16;
Note: See TracChangeset for help on using the changeset viewer.