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


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/TLibEncoder/TEncGOP.cpp

    r684 r693  
    943943        Int widthBL   = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getWidth();
    944944        Int heightBL  = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight();
    945 
     945#if Q0200_CONFORMANCE_BL_SIZE
     946const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow();
     947widthBL   -= (confBL.getWindowLeftOffset()+confBL.getWindowRightOffset());
     948heightBL  -= (confBL.getWindowTopOffset()+confBL.getWindowBottomOffset());
     949#endif
    946950        Int widthEL   = pcPic->getPicYuvRec()->getWidth()  - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset();
    947951        Int heightEL  = pcPic->getPicYuvRec()->getHeight() - scalEL.getWindowTopOffset()  - scalEL.getWindowBottomOffset();
Note: See TracChangeset for help on using the changeset viewer.