Changeset 328 in SHVCSoftware for branches/SHM-3.0-dev/source/Lib/TLibCommon
- Timestamp:
- 7 Aug 2013, 23:17:58 (11 years ago)
- Location:
- branches/SHM-3.0-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.0-dev/source/Lib/TLibCommon/TComSlice.h
r324 r328 456 456 UInt m_layerIdInVps[MAX_VPS_LAYER_ID_PLUS1]; // Maps layer_id_in_nuh with the layer ID in the VPS 457 457 #endif 458 #if ILP_SSH_SIG 459 Bool m_ilpSshSignalingEnabledFlag; 460 #endif 458 461 #if VPS_EXTN_PROFILE_INFO 459 462 // Profile-tier-level signalling related … … 588 591 UInt getLayerIdInVps(Int id) { return m_layerIdInVps[id]; } 589 592 Void setLayerIdInVps(Int id, UInt x) { m_layerIdInVps[id] = x; } 593 #endif 594 #if ILP_SSH_SIG 595 Bool getIlpSshSignalingEnabledFlag() { return m_ilpSshSignalingEnabledFlag;} 596 Void setIlpSshSignalingEnabledFlag(Bool x) { m_ilpSshSignalingEnabledFlag = x;} 590 597 #endif 591 598 #if VPS_EXTN_PROFILE_INFO -
branches/SHM-3.0-dev/source/Lib/TLibCommon/TypeDef.h
r327 r328 51 51 #define SCALED_REF_LAYER_OFFSET_FLAG 0 ///< M0309: Signal scaled reference layer offsets in SPS 52 52 #define SCALED_REF_LAYER_OFFSETS 1 ///< M0309: Signal scaled reference layer offsets in SPS 53 54 #define ILP_SSH_SIG 1 ///< JCTVC-N0195 proposal 2 55 #define SPL_FLG_CHK 1 ///< JCTVC-N0195 proposal 5 56 #define ILP_NUM_REF_CHK 1 ///< JCTVC-N0195 proposal 1 53 57 54 58 #define VPS_RENAME 1 ///< Rename variables max_layer_id and num_layer_sets_minus1 in VPS
Note: See TracChangeset for help on using the changeset viewer.