Searched refs:use_i420 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/ |
D | vpxdec.c | 70 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable 97 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg, 759 else if (arg_match(&arg, &use_i420, argi)) in main()
|
D | vpxenc.c | 872 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable 928 &use_yv12, &use_i420, &usage, &threads, &profile, 1185 else if (arg_match(&arg, &use_i420, argi)) in main()
|