Changeset 1291 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
18 Jul 2015, 02:28:34 (10 years ago)
Author:
seregin
Message:

port rev 4325

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp

    r1290 r1291  
    8585, m_pcPPS                         ( NULL )
    8686, m_pcPic                         ( NULL )
    87 #if ADAPTIVE_QP_SELECTION
    88 , m_pcTrQuant                     ( NULL )
    89 #endif
    9087, m_colFromL0Flag                 ( true )
    9188, m_noOutputPriorPicsFlag         ( false )
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r1290 r1291  
    20492049  const TComPPS*              getPPS() const                                         { return m_pcPPS;                                               }
    20502050
    2051 #if ADAPTIVE_QP_SELECTION
    2052   Void                        setTrQuant( TComTrQuant* pcTrQuant )                   { m_pcTrQuant = pcTrQuant;                                      }
    2053   TComTrQuant*                getTrQuant()                                           { return m_pcTrQuant;                                           }
    2054   const TComTrQuant*          getTrQuant() const                                     { return m_pcTrQuant;                                           }
    2055 #endif
    2056 
    20572051  Void                        setPPSId( Int PPSId )                                  { m_iPPSId = PPSId;                                             }
    20582052  Int                         getPPSId() const                                       { return m_iPPSId;                                              }
Note: See TracChangeset for help on using the changeset viewer.