Searched refs:static_thresh (Results 1 – 7 of 7) sorted by relevance
/external/libaom/av1/ |
D | arg_defs.h | 113 arg_def_t static_thresh; member
|
D | arg_defs.c | 282 .static_thresh =
|
D | av1_cx_iface.c | 40 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/ |
D | vp8_cx_iface.c | 37 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/ |
D | vpxenc.c | 372 static const arg_def_t static_thresh = variable 405 &static_thresh, 540 &static_thresh,
|
/external/libvpx/vp9/ |
D | vp9_cx_iface.c | 37 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/ |
D | aomenc.c | 335 &g_av1_codec_arg_defs.static_thresh,
|