Changeset 708 in SHVCSoftware for branches/SHM-6-dev


Ignore:
Timestamp:
20 Apr 2014, 10:31:20 (11 years ago)
Author:
qualcomm
Message:

Fix for Q0200 integration, from cjianle@…

File:
1 edited

Legend:

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

    r707 r708  
    141141  Int xScal = TComSPS::getWinUnitX( chromaFormatIdc );
    142142  Int yScal = TComSPS::getWinUnitY( chromaFormatIdc );
    143 
    144   widthBL  -= ( confBL.getWindowLeftOffset() + confBL.getWindowRightOffset() ) * xScal;
    145   heightBL -= ( confBL.getWindowBottomOffset() + confBL.getWindowTopOffset() ) * yScal;
    146143#endif
    147144#if P0312_VERT_PHASE_ADJ
     
    429426    widthBL   = pcBasePic->getWidth ();
    430427    heightBL  = pcBasePic->getHeight();
    431 #if Q0200_CONFORMANCE_BL_SIZE
    432     widthBL  -= ( confBL.getWindowLeftOffset() + confBL.getWindowRightOffset() ) * xScal;
    433     heightBL -= ( confBL.getWindowBottomOffset() + confBL.getWindowTopOffset() ) * yScal;
    434 #endif
    435428    widthEL   = pcUsPic->getWidth () - scalEL.getWindowLeftOffset() - scalEL.getWindowRightOffset();
    436429    heightEL  = pcUsPic->getHeight() - scalEL.getWindowTopOffset()  - scalEL.getWindowBottomOffset();
Note: See TracChangeset for help on using the changeset viewer.