Changeset 693 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 18 Apr 2014, 03:38:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r684 r693 943 943 Int widthBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth(); 944 944 Int heightBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight(); 945 945 #if Q0200_CONFORMANCE_BL_SIZE 946 const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow(); 947 widthBL -= (confBL.getWindowLeftOffset()+confBL.getWindowRightOffset()); 948 heightBL -= (confBL.getWindowTopOffset()+confBL.getWindowBottomOffset()); 949 #endif 946 950 Int widthEL = pcPic->getPicYuvRec()->getWidth() - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset(); 947 951 Int heightEL = pcPic->getPicYuvRec()->getHeight() - scalEL.getWindowTopOffset() - scalEL.getWindowBottomOffset();
Note: See TracChangeset for help on using the changeset viewer.