Searched refs:overshoot_pct (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/ |
D | vpxenc.c | 920 static const arg_def_t overshoot_pct = ARG_DEF(NULL, "overshoot-pct", 1, variable 932 &undershoot_pct, &overshoot_pct, &buf_sz, &buf_initial_sz, &buf_optimal_sz, 1239 else if (arg_match(&arg, &overshoot_pct, argi)) in main()
|