Home
last modified time | relevance | path

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

/external/libaom/av1/
Dav1_cx_iface.c4250 extra_cfg.error_resilient_mode = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4253 extra_cfg.s_frame_mode = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4256 extra_cfg.film_grain_test_vector = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4269 extra_cfg.cdf_update_mode = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4273 extra_cfg.enable_rect_partitions = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4276 extra_cfg.enable_ab_partitions = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4280 extra_cfg.enable_1to4_partitions = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4283 extra_cfg.min_partition_size = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4286 extra_cfg.max_partition_size = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
4294 extra_cfg.enable_order_hint = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
[all …]
/external/libaom/common/
Dargs_helper.c103 int arg_parse_int_helper(const struct arg *arg, char *err_msg) { in arg_parse_int_helper() function
187 return arg_parse_int_helper(arg, err_msg); in arg_parse_enum_or_int_helper()
Dargs_helper.h67 int arg_parse_int_helper(const struct arg *arg, char *err_msg);
Dargs.c204 int ret = arg_parse_int_helper(arg, err_msg); in arg_parse_int()