Searched refs:arg_parse_uint_helper (Results 1 – 4 of 4) sorted by relevance
/external/libaom/av1/ |
D | av1_cx_iface.c | 4058 arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4061 extra_cfg.min_gf_interval = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4064 extra_cfg.max_gf_interval = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4067 extra_cfg.gf_min_pyr_height = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4070 extra_cfg.gf_max_pyr_height = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4073 extra_cfg.cpu_used = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4076 extra_cfg.enable_auto_alt_ref = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4079 extra_cfg.noise_sensitivity = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4082 extra_cfg.sharpness = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() 4085 extra_cfg.static_thresh = arg_parse_uint_helper(&arg, err_string); in encoder_set_option() [all …]
|
/external/libaom/common/ |
D | args_helper.h | 66 unsigned int arg_parse_uint_helper(const struct arg *arg, char *err_msg);
|
D | args_helper.c | 87 unsigned int arg_parse_uint_helper(const struct arg *arg, char *err_msg) { in arg_parse_uint_helper() function
|
D | args.c | 195 unsigned int ret = arg_parse_uint_helper(arg, err_msg); in arg_parse_uint()
|