Changeset 584 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon
- Timestamp:
- 1 Feb 2014, 00:38:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/CommonDef.h
r540 r584 284 284 { 285 285 Int m_targetLayerId; 286 Int m_ outputLayerSetIdx;286 Int m_targetOutputLayerSetIdx; 287 287 std::vector<Int> *m_targetDecLayerIdSet; 288 288 Bool m_valueCheckedFlag; … … 290 290 CommonDecoderParams(): 291 291 m_targetLayerId(0) 292 , m_ outputLayerSetIdx(-1)292 , m_targetOutputLayerSetIdx(-1) 293 293 , m_targetDecLayerIdSet(NULL) 294 294 , m_valueCheckedFlag(false) … … 298 298 Int getTargetLayerId() { return m_targetLayerId;} 299 299 300 Void set OutputLayerSetIdx(const Int x) { m_outputLayerSetIdx = x; }301 Int get OutputLayerSetIdx() { return m_outputLayerSetIdx;}300 Void setTargetOutputLayerSetIdx(const Int x) { m_targetOutputLayerSetIdx = x; } 301 Int getTargetOutputLayerSetIdx() { return m_targetOutputLayerSetIdx;} 302 302 303 303 Void setTargetDecLayerIdSet(std::vector<Int> *x) { m_targetDecLayerIdSet = x; }
Note: See TracChangeset for help on using the changeset viewer.