Changeset 1049 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 3 Mar 2015, 23:36:18 (11 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
-
TComPic.h (modified) (1 diff)
-
TComSlice.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPic.h
r1043 r1049 200 200 Void setLayerId (UInt layerId) { m_layerId = layerId; } 201 201 UInt getLayerId () { return m_layerId; } 202 UInt getLayerIdx () { return this->getSlice(0)->getVPS()->getLayerIdxInVps(m_layerId); }203 202 Bool isSpatialEnhLayer(UInt refLayerIdc) { return m_bSpatialEnhLayer[refLayerIdc]; } 204 203 Void setSpatialEnhLayerFlag (UInt refLayerIdc, Bool b) { m_bSpatialEnhLayer[refLayerIdc] = b; } -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1046 r1049 1089 1089 Void setNuhLayerIdPresentFlag(Bool x) { m_nuhLayerIdPresentFlag = x; } 1090 1090 1091 UInt getLayerIdInNuh(Int id){ return m_layerIdInNuh[id]; }1092 Void setLayerIdInNuh(Int id, UInt x){ m_layerIdInNuh[id] = x; }1091 UInt getLayerIdInNuh(Int layerIdx) { return m_layerIdInNuh[id]; } 1092 Void setLayerIdInNuh(Int layerIdx, UInt x) { m_layerIdInNuh[id] = x; } 1093 1093 1094 1094 UInt getDimensionId(Int lyrId, Int id) { return m_dimensionId[lyrId][id]; }
Note: See TracChangeset for help on using the changeset viewer.