Searched refs:undershoot_pct (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c288 static const arg_def_t undershoot_pct = ARG_DEF(NULL, "undershoot-pct", 1, variable
301 &min_quantizer, &max_quantizer, &undershoot_pct, &overshoot_pct, &buf_sz,
1105 } else if (arg_match(&arg, &undershoot_pct, argi)) {
/external/libvpx/libvpx/
H A Dvpxenc.c306 static const arg_def_t undershoot_pct = ARG_DEF(NULL, "undershoot-pct", 1, variable
319 &undershoot_pct, &overshoot_pct, &buf_sz, &buf_initial_sz, &buf_optimal_sz,
946 } else if (arg_match(&arg, &undershoot_pct, argi)) {

Completed in 112 milliseconds