Changeset 744 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
25 Apr 2014, 20:16:53 (11 years ago)
Author:
sharp
Message:

JCTVC-Q0102 Proposal 3 - S. Deshpande <sdeshpande@…>

Location:
branches/SHM-6-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.h

    r723 r744  
    514514  UInt       m_layerIdInVps[MAX_VPS_LAYER_ID_PLUS1];            // Maps layer_id_in_nuh with the layer ID in the VPS
    515515#endif
     516#if BITRATE_PICRATE_SIGNALLING
     517  UInt       m_maxSLInLayerSetMinus1[MAX_VPS_LAYER_SETS_PLUS1];
     518#endif
     519   
    516520#if ILP_SSH_SIG
    517521  Bool       m_ilpSshSignalingEnabledFlag;
     
    835839  Void   setLayerIdInVps(Int id, UInt x)                        { m_layerIdInVps[id] = x;          }
    836840#endif
     841#if BITRATE_PICRATE_SIGNALLING
     842    UInt   getMaxSLayersInLayerSetMinus1(Int ls)                { return m_maxSLInLayerSetMinus1[ls];    }
     843    Void   setMaxSLayersInLayerSetMinus1(Int ls, Int x)         { m_maxSLInLayerSetMinus1[ls] = x;       }
     844#endif
    837845#if ILP_SSH_SIG
    838846  Bool   getIlpSshSignalingEnabledFlag()                      { return m_ilpSshSignalingEnabledFlag;}
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r742 r744  
    273273#define P0138_USE_ALT_CPB_PARAMS_FLAG    1      ///< JCTVC-P0138: use_alt_cpb_params_flag syntax in buffering period SEI message extension
    274274#define P0166_MODIFIED_PPS_EXTENSION     1      ///< JCTVC-P0166: add pps_extension_type_flag
     275#define BITRATE_PICRATE_SIGNALLING       1      ///< JCTVC-Q0102 Proposal 3 signal bitrate, picrate only up to the maximum temporal sub-layers in the corresponding layer set
    275276
    276277#if VIEW_ID_RELATED_SIGNALING
Note: See TracChangeset for help on using the changeset viewer.