Changeset 695 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 18 Apr 2014, 19:18:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r694 r695 1044 1044 Int heightBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight(); 1045 1045 #if Q0200_CONFORMANCE_BL_SIZE 1046 const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow();1047 widthBL -= (confBL.getWindowLeftOffset()+confBL.getWindowRightOffset());1048 heightBL -= (confBL.getWindowTopOffset()+confBL.getWindowBottomOffset());1046 const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow(); 1047 widthBL -= confBL.getWindowLeftOffset() + confBL.getWindowRightOffset(); 1048 heightBL -= confBL.getWindowTopOffset() + confBL.getWindowBottomOffset(); 1049 1049 #endif 1050 1050 Int widthEL = pcPic->getPicYuvRec()->getWidth() - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset();
Note: See TracChangeset for help on using the changeset viewer.