Home | Sort by relevance Sort by last modified time |
/external/libvpx/libvpx/ | |
vpxenc.c | 324 int use_i420; member in struct:input_state 972 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable 1046 &use_yv12, &use_i420, &usage, &threads, &profile, 1510 int use_i420; member in struct:global_config [all...] |
vpxdec.c | 70 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, variable 100 &codecarg, &use_yv12, &use_i420, &flipuvarg, &noblitarg, 767 else if (arg_match(&arg, &use_i420, argi)) [all...] |