Changeset 744 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 25 Apr 2014, 20:16:53 (11 years ago)
- 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 514 514 UInt m_layerIdInVps[MAX_VPS_LAYER_ID_PLUS1]; // Maps layer_id_in_nuh with the layer ID in the VPS 515 515 #endif 516 #if BITRATE_PICRATE_SIGNALLING 517 UInt m_maxSLInLayerSetMinus1[MAX_VPS_LAYER_SETS_PLUS1]; 518 #endif 519 516 520 #if ILP_SSH_SIG 517 521 Bool m_ilpSshSignalingEnabledFlag; … … 835 839 Void setLayerIdInVps(Int id, UInt x) { m_layerIdInVps[id] = x; } 836 840 #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 837 845 #if ILP_SSH_SIG 838 846 Bool getIlpSshSignalingEnabledFlag() { return m_ilpSshSignalingEnabledFlag;} -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r742 r744 273 273 #define P0138_USE_ALT_CPB_PARAMS_FLAG 1 ///< JCTVC-P0138: use_alt_cpb_params_flag syntax in buffering period SEI message extension 274 274 #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 275 276 276 277 #if VIEW_ID_RELATED_SIGNALING
Note: See TracChangeset for help on using the changeset viewer.