Home | History | Annotate | Download | only in libvpx

Lines Matching defs:arg

19 struct arg {
48 struct arg arg_init(char **argv);
49 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
50 const char *arg_next(struct arg *arg);
54 unsigned int arg_parse_uint(const struct arg *arg);
55 int arg_parse_int(const struct arg *arg);
56 struct vpx_rational arg_parse_rational(const struct arg *arg);
57 int arg_parse_enum(const struct arg *arg);
58 int arg_parse_enum_or_int(const struct arg *arg);