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