|
| static void | encode_rs (struct image_proc_ctx *ctx) |
| |
| static void | decode_rs (struct image_proc_ctx *ctx) |
| |
| static int | usage () |
| |
| static uint64_t | parse_arg (const char *arg, const char *name, uint64_t maxval) |
| |
| static int | print_size (image &ctx) |
| |
| static int | get_start (int mode, const std::string &filename) |
| |
| static int | encode (image &ctx, const std::vector< std::string > &inp_filenames, const std::string &fec_filename) |
| |
| static int | decode (image &ctx, const std::vector< std::string > &inp_filenames, const std::string &fec_filename, std::string &out_filename) |
| |
| int | main (int argc, char **argv) |
| |