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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c310 static const arg_def_t maxsection_pct = ARG_DEF(NULL, "maxsection-pct", 1, variable
313 &bias_pct, &minsection_pct, &maxsection_pct, NULL
1124 } else if (arg_match(&arg, &maxsection_pct, argi)) {
/external/libvpx/libvpx/
H A Dvpxenc.c328 static const arg_def_t maxsection_pct = ARG_DEF(NULL, "maxsection-pct", 1, variable
331 &bias_pct, &minsection_pct, &maxsection_pct, NULL
965 } else if (arg_match(&arg, &maxsection_pct, argi)) {

Completed in 108 milliseconds