Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxenc.c955 static const arg_def_t undershoot_pct = ARG_DEF(NULL, "undershoot-pct", 1, variable
969 &undershoot_pct, &overshoot_pct, &buf_sz, &buf_initial_sz, &buf_optimal_sz,
1286 else if (arg_match(&arg, &undershoot_pct, argi)) in main()