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


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

code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp

    r694 r695  
    128128#if Q0200_CONFORMANCE_BL_SIZE
    129129  const Window &confBL = currSlice->getBaseColPic(refLayerIdc)->getConformanceWindow();
    130   widthBL  -= (confBL.getWindowLeftOffset() + confBL.getWindowRightOffset());
    131   heightBL -= (confBL.getWindowBottomOffset() + confBL.getWindowTopOffset());
     130  widthBL  -= confBL.getWindowLeftOffset() + confBL.getWindowRightOffset();
     131  heightBL -= confBL.getWindowBottomOffset() + confBL.getWindowTopOffset();
    132132#endif
    133133#if P0312_VERT_PHASE_ADJ
     
    442442    leftOffset = leftStartC > 0 ? leftStartC : 0;
    443443#if Q0200_CONFORMANCE_BL_SIZE
    444 leftStartC+= (confBL.getWindowLeftOffset()>>1)<<4;
    445 topStartC+= (confBL.getWindowTopOffset()>>1)<<4;
     444    leftStartC += ( confBL.getWindowLeftOffset() >> 1 ) << 4;
     445    topStartC  += ( confBL.getWindowTopOffset() >> 1 ) << 4;
    446446#endif
    447447    shiftX = 16;
Note: See TracChangeset for help on using the changeset viewer.