Changeset 125 in SHVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.h


Ignore:
Timestamp:
16 Apr 2013, 06:39:31 (12 years ago)
Author:
seregin
Message:

copy from HM-10.0-dev-SHM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncTop.h

    r2 r125  
    44 * granted under this license. 
    55 *
    6  * Copyright (c) 2010-2012, ITU/ISO/IEC
     6 * Copyright (c) 2010-2013, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    7373  TComList<TComPicYuv*>      m_cListPicYuvRec;              ///< list of reconstruction YUV files
    7474#endif
    75 
     75 
    7676  Int                        m_iFrameRcvd;                  ///< number of received frames
    7777 
    78   unsigned m_essentialBytes;
    79   unsigned m_totalBytes;
     78  UInt m_essentialBytes;
     79  UInt m_totalBytes;
    8080protected:
    8181  // initialization
     
    103103  Void xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, const std::list<AccessUnit>& accessUnits); ///< write bitstream to file
    104104#endif
    105   void rateStatsAccum(const AccessUnit& au, const std::vector<unsigned>& stats);
     105  void rateStatsAccum(const AccessUnit& au, const std::vector<UInt>& stats);
    106106  void printRateSummary();
    107107 
     
    116116  TEncTop&    getTEncTop  ()   { return  m_cTEncTop; }      ///< return encoder class pointer reference
    117117#endif
    118 
    119 
    120 
    121118};// END CLASS DEFINITION TAppEncTop
    122119
Note: See TracChangeset for help on using the changeset viewer.