Changeset 782 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 6 Jun 2014, 19:07:02 (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
r778 r782 525 525 #endif 526 526 527 #if ILP_SSH_SIG528 527 Bool m_ilpSshSignalingEnabledFlag; 529 #endif530 528 #if VPS_EXTN_PROFILE_INFO 531 529 // Profile-tier-level signalling related … … 878 876 Void setMaxSLayersInLayerSetMinus1(Int ls, Int x) { m_maxSLInLayerSetMinus1[ls] = x; } 879 877 #endif 880 #if ILP_SSH_SIG881 878 Bool getIlpSshSignalingEnabledFlag() { return m_ilpSshSignalingEnabledFlag;} 882 879 Void setIlpSshSignalingEnabledFlag(Bool x) { m_ilpSshSignalingEnabledFlag = x;} 883 #endif884 880 #if VPS_EXTN_PROFILE_INFO 885 881 Bool getProfilePresentFlag(Int id) { return m_profilePresentFlag[id]; } -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r780 r782 133 133 #endif 134 134 135 #define ILP_SSH_SIG 1 ///< JCTVC-N0195 proposal 2, JCTVC-N0118: add presence flag in VPS ext to condition inter-layer prediction signaling in slice segment header136 #if ILP_SSH_SIG137 #define ILP_SSH_SIG_FIX 1 ///< fix for SHM ticket #5138 #endif139 135 #define SPL_FLG_CHK 1 ///< JCTVC-N0195 proposal 5, JCTVC-N0085: constrain sum of lengths to be less than or equal to 6 140 136 #define ILP_NUM_REF_CHK 1 ///< JCTVC-N0195 proposal 1, JCTVC-N0081, JCTVC-N0154, JCTVC-N0217: a condition on signaling inter_layer_pred_layer_idc[ i ], to avoid sending when NumDirectRefLayers equals NumActiveRefLayerPics, and instead infer values
Note: See TracChangeset for help on using the changeset viewer.