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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c296 static const arg_def_t buf_optimal_sz = ARG_DEF(NULL, "buf-optimal-sz", 1, variable
302 &buf_initial_sz, &buf_optimal_sz, NULL
1113 } else if (arg_match(&arg, &buf_optimal_sz, argi)) {
/external/libvpx/libvpx/
H A Dvpxenc.c314 static const arg_def_t buf_optimal_sz = ARG_DEF(NULL, "buf-optimal-sz", 1, variable
319 &undershoot_pct, &overshoot_pct, &buf_sz, &buf_initial_sz, &buf_optimal_sz,
954 } else if (arg_match(&arg, &buf_optimal_sz, argi)) {

Completed in 1084 milliseconds