Ignore:
Timestamp:
11 May 2013, 04:40:57 (12 years ago)
Author:
qualcomm
Message:

Configuration file support related to r175.

Added configuation file support for specifying scaled reference layer offsets for more than one enhancement layer.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

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

    r125 r184  
    5454  Int*      m_aidQP;                                          ///< array of slice QP values
    5555  TAppEncCfg* m_cAppEncCfg;                                   ///< pointer to app encoder config
     56#if SCALED_REF_LAYER_OFFSETS
     57  Int       m_scaledRefLayerLeftOffset;
     58  Int       m_scaledRefLayerTopOffset;
     59  Int       m_scaledRefLayerRightOffset;
     60  Int       m_scaledRefLayerBottomOffset;
     61#endif 
    5662public:
    5763  TAppEncLayerCfg();
Note: See TracChangeset for help on using the changeset viewer.