Changeset 1366 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 22 Jul 2015, 04:32:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1356 r1366 2025 2025 Int m_iAssociatedIRAP; 2026 2026 NalUnitType m_iAssociatedIRAPType; 2027 TComReferencePictureSet* m_pcRPS;2027 const TComReferencePictureSet* m_pcRPS; 2028 2028 TComReferencePictureSet m_LocalRPS; 2029 2029 Int m_iBDidx; … … 2170 2170 Void setSaoEnabledFlag(ChannelType chType, Bool s) {m_saoEnabledFlag[chType] =s; } 2171 2171 Bool getSaoEnabledFlag(ChannelType chType) const { return m_saoEnabledFlag[chType]; } 2172 Void setRPS( TComReferencePictureSet *pcRPS ){ m_pcRPS = pcRPS; }2173 TComReferencePictureSet* getRPS() { return m_pcRPS; }2172 Void setRPS( const TComReferencePictureSet *pcRPS ) { m_pcRPS = pcRPS; } 2173 const TComReferencePictureSet* getRPS() { return m_pcRPS; } 2174 2174 TComReferencePictureSet* getLocalRPS() { return &m_LocalRPS; } 2175 2175
Note: See TracChangeset for help on using the changeset viewer.