Changeset 370 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
28 Aug 2013, 04:07:11 (12 years ago)
Author:
seregin
Message:

remove SIMPLIFIED_MV_POS_SCALING macro

File:
1 edited

Legend:

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

    r356 r370  
    588588        pcSlice->setBaseColPic( *cListPic, refLayerIdc );
    589589
    590 #if SIMPLIFIED_MV_POS_SCALING
    591590#if SCALED_REF_LAYER_OFFSETS
    592591        const Window &scalEL = m_pcEncTop->getScaledRefLayerWindow(refLayerIdc);
     
    612611        g_posScalingFactor[refLayerIdc][0] = ((widthBL  << 16) + (widthEL  >> 1)) / widthEL;
    613612        g_posScalingFactor[refLayerIdc][1] = ((heightBL << 16) + (heightEL >> 1)) / heightEL;
    614 #endif
    615613
    616614#if SVC_UPSAMPLING
Note: See TracChangeset for help on using the changeset viewer.