Changeset 1291 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 18 Jul 2015, 02:28:34 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp
r1290 r1291 85 85 , m_pcPPS ( NULL ) 86 86 , m_pcPic ( NULL ) 87 #if ADAPTIVE_QP_SELECTION88 , m_pcTrQuant ( NULL )89 #endif90 87 , m_colFromL0Flag ( true ) 91 88 , m_noOutputPriorPicsFlag ( false ) -
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1290 r1291 2049 2049 const TComPPS* getPPS() const { return m_pcPPS; } 2050 2050 2051 #if ADAPTIVE_QP_SELECTION2052 Void setTrQuant( TComTrQuant* pcTrQuant ) { m_pcTrQuant = pcTrQuant; }2053 TComTrQuant* getTrQuant() { return m_pcTrQuant; }2054 const TComTrQuant* getTrQuant() const { return m_pcTrQuant; }2055 #endif2056 2057 2051 Void setPPSId( Int PPSId ) { m_iPPSId = PPSId; } 2058 2052 Int getPPSId() const { return m_iPPSId; }
Note: See TracChangeset for help on using the changeset viewer.