Changeset 438 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/App/TAppEncoder/TAppEncTop.h
- Timestamp:
- 23 May 2013, 15:40:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/App/TAppEncoder/TAppEncTop.h
r368 r438 59 59 private: 60 60 // class interface 61 61 62 #if H_MV 62 63 std::vector<TEncTop*> m_acTEncTopList ; ///< encoder class per layer … … 99 100 100 101 // file I/O 102 101 103 #if H_MV 102 104 Void xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, std::list<AccessUnit>& accessUnits, UInt layerId); ///< write bitstream to file … … 104 106 Void xWriteOutput(std::ostream& bitstreamFile, Int iNumEncoded, const std::list<AccessUnit>& accessUnits); ///< write bitstream to file 105 107 #endif 108 106 109 void rateStatsAccum(const AccessUnit& au, const std::vector<UInt>& stats); 107 110 void printRateSummary(); … … 113 116 Int xGetMax( std::vector<Int>& vec); 114 117 #endif 118 115 119 public: 116 120 TAppEncTop(); … … 118 122 119 123 Void encode (); ///< main encoding function 124 120 125 #if H_MV 121 126 TEncTop* getTEncTopLayer(UInt layer) { return m_acTEncTopList[layer]; } ///< return pointer to encoder class for specific layer … … 126 131 TEncTop& getTEncTop () { return m_cTEncTop; } ///< return encoder class pointer reference 127 132 #endif 133 128 134 };// END CLASS DEFINITION TAppEncTop 129 135
Note: See TracChangeset for help on using the changeset viewer.