HEVC Test Model (HM)
HM-16.18
|
Go to the source code of this file.
Classes | |
class | POCParseException |
An error occured while parsing a POC line from within a log file. More... | |
class | NonContiguousQPSetException |
The QP set from the log file was not contiguous. The QP set must be contiguous to be able to convert the results into a vector. More... | |
Functions | |
std::vector< double > | extractBitratesForTemporalLayers (std::istream &i) |
std::vector< double > extractBitratesForTemporalLayers | ( | std::istream & | i | ) |
Extracts the average bitrates for each of the temporal layers from the given log
i | The input stream that represents the log |
POCParseException | if an error occured while parsing a POC line |
NonContiguousQPSetException | if the QP set from the log file was not contiguous |
Definition at line 191 of file ExtractBitrates.cpp.