Changeset 461 in SHVCSoftware for branches/SHM-4.0-dev/source/App


Ignore:
Timestamp:
12 Nov 2013, 16:01:31 (11 years ago)
Author:
qualcomm
Message:

Calculation of VPS extension offset (MACRO: VPS_EXTN_OFFSET_CALC)

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r458 r461  
    11331133  vps->setSingleLayerForNonIrapFlag(m_adaptiveResolutionChange > 0 ? true : false);
    11341134#endif
     1135#if !VPS_EXTN_OFFSET_CALC
    11351136#if VPS_EXTN_OFFSET
    11361137  // to be updated according to the current semantics
    11371138  vps->setExtensionOffset( 0xffff );
     1139#endif
    11381140#endif
    11391141#else //SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.