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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c269 static const arg_def_t resize_up_thresh = ARG_DEF(NULL, "resize-up", 1, variable
300 &resize_up_thresh, &resize_down_thresh, &end_usage, &target_bitrate,
1093 } else if (arg_match(&arg, &resize_up_thresh, argi)) {
/external/libvpx/libvpx/
H A Dvpxenc.c287 static const arg_def_t resize_up_thresh = ARG_DEF(NULL, "resize-up", 1, variable
317 &dropframe_thresh, &resize_allowed, &resize_up_thresh, &resize_down_thresh,
934 } else if (arg_match(&arg, &resize_up_thresh, argi)) {

Completed in 202 milliseconds