Ignore:
Timestamp:
9 May 2013, 22:48:02 (12 years ago)
Author:
qualcomm
Message:

Scaled reference layer offsets in SPS (MACRO: SCALED_REF_LAYER_OFFSETS)

M0309: Signal scaled reference layer offsets in the SPS and use it for upsampling and MV prediction.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/App/TAppEncoder/TAppEncCfg.h

    r154 r175  
    361361  Int*      m_constantPicRateIdc;                                ///< Indicates constant picture rate idc for various sub-layers
    362362#endif
    363   #
     363#if SCALED_REF_LAYER_OFFSETS
     364  Int       m_scaledRefLayerLeftOffset;
     365  Int       m_scaledRefLayerTopOffset;
     366  Int       m_scaledRefLayerRightOffset;
     367  Int       m_scaledRefLayerBottomOffset;
     368#endif 
    364369public:
    365370  TAppEncCfg();
Note: See TracChangeset for help on using the changeset viewer.