Home | History | Annotate | Download | only in libvpx

Lines Matching refs:arg

16 struct arg
44 struct arg arg_init(char **argv);
45 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
46 const char *arg_next(struct arg *arg);
50 unsigned int arg_parse_uint(const struct arg *arg);
51 int arg_parse_int(const struct arg *arg);
52 struct vpx_rational arg_parse_rational(const struct arg *arg);
53 int arg_parse_enum_or_int(const struct arg *arg);