Searched refs:use_ivf (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/ |
D | vpxenc.c | 150 static const arg_def_t use_ivf = ARG_DEF(NULL, "ivf", 0, "Output IVF"); variable 187 &use_ivf, 879 } else if (arg_match(&arg, &use_ivf, argi)) { in parse_stream_params()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 175 static const arg_def_t use_ivf = ARG_DEF(NULL, "ivf", 0, "Output IVF"); variable 219 &use_ivf, 1470 } else if (arg_match(&arg, &use_ivf, argi)) { in parse_stream_params()
|