Changeset 693 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 18 Apr 2014, 03:38:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r691 r693 1541 1541 Int widthBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth(); 1542 1542 Int heightBL = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight(); 1543 1543 #if Q0200_CONFORMANCE_BL_SIZE 1544 const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow(); 1545 widthBL -= (confBL.getWindowLeftOffset()+confBL.getWindowRightOffset()); 1546 heightBL -= (confBL.getWindowTopOffset()+confBL.getWindowBottomOffset()); 1547 #endif 1544 1548 Int widthEL = pcPic->getPicYuvRec()->getWidth() - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset(); 1545 1549 Int heightEL = pcPic->getPicYuvRec()->getHeight() - scalEL.getWindowTopOffset() - scalEL.getWindowBottomOffset();
Note: See TracChangeset for help on using the changeset viewer.