HEVC Test Model (HM)
HM-16.18
|
Go to the source code of this file.
Functions | |
void | replaceWithE (std::string &out, const std::string &toFind) |
void | outputDouble (std::ostream &left, double right) |
Formatted output for a double with appropriate formatting applied (correct number of digits, etc.) More... | |
int | main (int, char **) |
int main | ( | int | , |
char ** | |||
) |
Definition at line 66 of file ExtractBitratesMain.cpp.
void outputDouble | ( | std::ostream & | left, |
double | right | ||
) |
Formatted output for a double with appropriate formatting applied (correct number of digits, etc.)
Definition at line 53 of file ExtractBitratesMain.cpp.
void replaceWithE | ( | std::string & | out, |
const std::string & | toFind | ||
) |
In out, finds the first occurence of toFind and replaces it with "e"
Definition at line 42 of file ExtractBitratesMain.cpp.