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


Ignore:
Timestamp:
28 Aug 2013, 04:07:11 (11 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/TLibDecoder/TDecTop.cpp

    r368 r370  
    871871#endif
    872872
    873 #if SIMPLIFIED_MV_POS_SCALING
    874873#if SCALED_REF_LAYER_OFFSETS
    875874        const Window &scalEL = pcSlice->getSPS()->getScaledRefLayerWindow(refLayerIdc);
     
    895894        g_posScalingFactor[refLayerIdc][0] = ((widthBL  << 16) + (widthEL  >> 1)) / widthEL;
    896895        g_posScalingFactor[refLayerIdc][1] = ((heightBL << 16) + (heightEL >> 1)) / heightEL;
    897 #endif
    898896
    899897#if SVC_UPSAMPLING
Note: See TracChangeset for help on using the changeset viewer.