|
TUT HEVC Encoder
|
Command line interface. More...
Go to the source code of this file.
Data Structures | |
| struct | cmdline_opts_t |
Typedefs | |
| typedef struct cmdline_opts_t | cmdline_opts_t |
Functions | |
| cmdline_opts_t * | cmdline_opts_parse (const kvz_api *api, int argc, char *argv[]) |
| Parse command line arguments. | |
| void | cmdline_opts_free (const kvz_api *api, cmdline_opts_t *opts) |
| Deallocate a cmdline_opts_t structure. | |
| void | print_usage (void) |
| void | print_version (void) |
| void | print_help (void) |
| void | print_frame_info (const kvz_frame_info *const info, const double frame_psnr[3], const uint32_t bytes, const bool print_psnr, const double avg_qp) |
| void cmdline_opts_free | ( | const kvz_api * | api, |
| cmdline_opts_t * | opts | ||
| ) |
| argc | Number of arguments |
| argv | Argument list |
| void print_frame_info | ( | const kvz_frame_info *const | info, |
| const double | frame_psnr[3], | ||
| const uint32_t | bytes, | ||
| const bool | print_psnr, | ||
| const double | avg_qp | ||
| ) |