Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c289 static const arg_def_t resize_down_thresh = ARG_DEF(NULL, "resize-down", 1, variable
317 &dropframe_thresh, &resize_allowed, &resize_up_thresh, &resize_down_thresh,
936 } else if (arg_match(&arg, &resize_down_thresh, argi)) { in parse_stream_params()