Changeset 125 in SHVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.h
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncTop.h
r2 r125 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 73 73 TComList<TComPicYuv*> m_cListPicYuvRec; ///< list of reconstruction YUV files 74 74 #endif 75 75 76 76 Int m_iFrameRcvd; ///< number of received frames 77 77 78 unsignedm_essentialBytes;79 unsignedm_totalBytes;78 UInt m_essentialBytes; 79 UInt m_totalBytes; 80 80 protected: 81 81 // initialization … … 103 103 Void xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, const std::list<AccessUnit>& accessUnits); ///< write bitstream to file 104 104 #endif 105 void rateStatsAccum(const AccessUnit& au, const std::vector< unsigned>& stats);105 void rateStatsAccum(const AccessUnit& au, const std::vector<UInt>& stats); 106 106 void printRateSummary(); 107 107 … … 116 116 TEncTop& getTEncTop () { return m_cTEncTop; } ///< return encoder class pointer reference 117 117 #endif 118 119 120 121 118 };// END CLASS DEFINITION TAppEncTop 122 119
Note: See TracChangeset for help on using the changeset viewer.