Changeset 693 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
18 Apr 2014, 03:38:04 (11 years ago)
Author:
samsung
Message:

code related to Q0200_CONFORMANCE_BL_SIZE has been updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r691 r693  
    15411541        Int widthBL   = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth();
    15421542        Int heightBL  = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight();
    1543 
     1543#if Q0200_CONFORMANCE_BL_SIZE
     1544const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow();
     1545widthBL   -= (confBL.getWindowLeftOffset()+confBL.getWindowRightOffset());
     1546heightBL  -= (confBL.getWindowTopOffset()+confBL.getWindowBottomOffset());
     1547#endif
    15441548        Int widthEL   = pcPic->getPicYuvRec()->getWidth()  - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset();
    15451549        Int heightEL  = pcPic->getPicYuvRec()->getHeight() - scalEL.getWindowTopOffset()  - scalEL.getWindowBottomOffset();
Note: See TracChangeset for help on using the changeset viewer.