Home
last modified time | relevance | path

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

/external/libaom/av1/
Darg_defs.h113 arg_def_t static_thresh; member
Darg_defs.c282 .static_thresh =
Dav1_cx_iface.c40 unsigned int static_thresh; member
1617 extra_cfg.static_thresh = CAST(AOME_SET_STATIC_THRESHOLD, args); in ctrl_set_static_thresh()
3624 } else if (arg_match_helper(&arg, &g_av1_codec_arg_defs.static_thresh, argv, in encoder_set_option()
3626 extra_cfg.static_thresh = arg_parse_uint_helper(&arg, err_string); in encoder_set_option()
/external/libvpx/vp8/
Dvp8_cx_iface.c37 unsigned int static_thresh; member
402 oxcf->encode_breakout = vp8_cfg.static_thresh; in set_vp8e_config()
553 extra_cfg.static_thresh = CAST(VP8E_SET_STATIC_THRESHOLD, args); in set_static_thresh()
/external/libvpx/
Dvpxenc.c372 static const arg_def_t static_thresh = variable
405 &static_thresh,
540 &static_thresh,
/external/libvpx/vp9/
Dvp9_cx_iface.c37 unsigned int static_thresh; member
577 oxcf->encode_breakout = extra_cfg->static_thresh; in set_encoder_config()
915 extra_cfg.static_thresh = CAST(VP8E_SET_STATIC_THRESHOLD, args); in ctrl_set_static_thresh()
/external/libaom/apps/
Daomenc.c335 &g_av1_codec_arg_defs.static_thresh,