Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c324 static const arg_def_t bias_pct = ARG_DEF(NULL, "bias-pct", 1, variable
331 &bias_pct, &minsection_pct, &maxsection_pct, NULL
956 } else if (arg_match(&arg, &bias_pct, argi)) { in parse_stream_params()