Changeset 20 in 3DVCSoftware for branches/0.2-HHI/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 15 Feb 2012, 18:58:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-HHI/source/Lib/TLibCommon/TComSlice.h
r5 r20 370 370 UInt m_uiPPSId; 371 371 Int m_iPOC; 372 #if SONY_COLPIC_AVAILABILITY 373 Int m_iViewOrderIdx; 374 #endif 372 375 #if DCM_DECODING_REFRESH 373 376 NalUnitType m_eNalUnitType; ///< Nal unit type for the slice … … 460 463 SliceType getSliceType () { return m_eSliceType; } 461 464 Int getPOC () { return m_iPOC; } 465 #if SONY_COLPIC_AVAILABILITY 466 Int getViewOrderIdx () { return m_iViewOrderIdx; } 467 #endif 462 468 Int getSliceQp () { return m_iSliceQp; } 463 469 Int getSliceQpDelta () { return m_iSliceQpDelta; } … … 495 501 Void setPPSId ( UInt u ) { m_uiPPSId = u; } 496 502 Void setPOC ( Int i ) { m_iPOC = i; } 503 #if SONY_COLPIC_AVAILABILITY 504 Void setViewOrderIdx ( Int i ) { m_iViewOrderIdx = i; } 505 #endif 497 506 #if DCM_DECODING_REFRESH 498 507 Void setNalUnitType ( NalUnitType e ) { m_eNalUnitType = e; }
Note: See TracChangeset for help on using the changeset viewer.