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


Ignore:
Timestamp:
18 Apr 2014, 19:18:30 (11 years ago)
Author:
seregin
Message:

code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r694 r695  
    10441044        Int heightBL  = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight();
    10451045#if Q0200_CONFORMANCE_BL_SIZE
    1046 const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow();
    1047 widthBL   -= (confBL.getWindowLeftOffset()+confBL.getWindowRightOffset());
    1048 heightBL  -= (confBL.getWindowTopOffset()+confBL.getWindowBottomOffset());
     1046        const Window &confBL = pcSlice->getBaseColPic(refLayerIdc)->getConformanceWindow();
     1047        widthBL  -= confBL.getWindowLeftOffset() + confBL.getWindowRightOffset();
     1048        heightBL -= confBL.getWindowTopOffset() + confBL.getWindowBottomOffset();
    10491049#endif
    10501050        Int widthEL   = pcPic->getPicYuvRec()->getWidth()  - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset();
Note: See TracChangeset for help on using the changeset viewer.