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


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/TLibDecoder/TDecTop.cpp

    r694 r695  
    15561556        Int heightBL  = pcSlice->getBaseColPic(refLayerIdc)->getPicYuvRec()->getHeight();
    15571557#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();
    15611561#endif
    15621562        Int widthEL   = pcPic->getPicYuvRec()->getWidth()  - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset();
Note: See TracChangeset for help on using the changeset viewer.