Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 9 Aug 2012, 12:53:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComSlice.h
r77 r100 151 151 private: 152 152 Int m_VPSId; 153 UIntm_uiMaxTLayers;154 UIntm_uiMaxLayers;155 Boolm_bTemporalIdNestingFlag;156 157 153 UInt m_uiMaxTLayers; 154 UInt m_uiMaxLayers; 155 Bool m_bTemporalIdNestingFlag; 156 157 UInt m_uiExtensionType; 158 158 159 159 Bool m_bDependentFlag[MAX_LAYER_NUM]; … … 170 170 TComVPS(); 171 171 virtual ~TComVPS(); 172 172 173 173 Int getVPSId () { return m_VPSId; } 174 174 Void setVPSId (Int i) { m_VPSId = i; } 175 175 176 176 UInt getMaxTLayers () { return m_uiMaxTLayers; } 177 177 Void setMaxTLayers (UInt t) { m_uiMaxTLayers = t; } 178 178 179 179 UInt getMaxLayers () { return m_uiMaxLayers; } 180 181 180 Void setMaxLayers (UInt l) { m_uiMaxLayers = l; } 181 182 182 Bool getTemporalNestingFlag () { return m_uiMaxLayers; } 183 183 Void setTemporalNestingFlag (UInt t) { m_bTemporalIdNestingFlag = t; } 184 184 185 185 Void setExtensionType(UInt v) { m_uiExtensionType = v; } … … 219 219 private: 220 220 #if VIDYO_VPS_INTEGRATION 221 Intm_VPSId;221 Int m_VPSId; 222 222 #endif 223 223 Int m_SPSId; … … 379 379 virtual ~TComSPS(); 380 380 #if VIDYO_VPS_INTEGRATION 381 381 Int getVPSId () { return m_VPSId; } 382 382 Void setVPSId (Int i) { m_VPSId = i; } 383 383 #endif
Note: See TracChangeset for help on using the changeset viewer.