Changeset 708 in SHVCSoftware for branches/SHM-6-dev
- Timestamp:
- 20 Apr 2014, 10:31:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r707 r708 141 141 Int xScal = TComSPS::getWinUnitX( chromaFormatIdc ); 142 142 Int yScal = TComSPS::getWinUnitY( chromaFormatIdc ); 143 144 widthBL -= ( confBL.getWindowLeftOffset() + confBL.getWindowRightOffset() ) * xScal;145 heightBL -= ( confBL.getWindowBottomOffset() + confBL.getWindowTopOffset() ) * yScal;146 143 #endif 147 144 #if P0312_VERT_PHASE_ADJ … … 429 426 widthBL = pcBasePic->getWidth (); 430 427 heightBL = pcBasePic->getHeight(); 431 #if Q0200_CONFORMANCE_BL_SIZE432 widthBL -= ( confBL.getWindowLeftOffset() + confBL.getWindowRightOffset() ) * xScal;433 heightBL -= ( confBL.getWindowBottomOffset() + confBL.getWindowTopOffset() ) * yScal;434 #endif435 428 widthEL = pcUsPic->getWidth () - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset(); 436 429 heightEL = pcUsPic->getHeight() - scalEL.getWindowTopOffset() - scalEL.getWindowBottomOffset();
Note: See TracChangeset for help on using the changeset viewer.