Home
last modified time | relevance | path

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

/external/libaom/av1/
Darg_defs.h135 arg_def_t enable_ab_partitions; member
Darg_defs.c339 .enable_ab_partitions =
Dav1_cx_iface.c107 int enable_ab_partitions; // enable AB partitions for sequence member
963 extra_cfg->enable_ab_partitions = (cfg->disable_ab_partition_type == 0); in update_default_encoder_config()
1359 part_cfg->enable_ab_partitions = extra_cfg->enable_ab_partitions; in set_encoder_config()
1847 extra_cfg.enable_ab_partitions = CAST(AV1E_SET_ENABLE_AB_PARTITIONS, args); in ctrl_set_enable_ab_partitions()
3790 } else if (arg_match_helper(&arg, &g_av1_codec_arg_defs.enable_ab_partitions, in encoder_set_option()
3792 extra_cfg.enable_ab_partitions = arg_parse_int_helper(&arg, err_string); in encoder_set_option()
/external/libaom/av1/encoder/
Dpartition_strategy.c1807 part_cfg->enable_ab_partitions && in av1_prune_ab_partitions()
1810 part_cfg->enable_ab_partitions && in av1_prune_ab_partitions()
Dencoder.h278 bool enable_ab_partitions; member
Dpartition_search.c4762 ext_partition_allowed && part_cfg->enable_ab_partitions && in get_valid_partition_types()
4769 ext_partition_allowed && part_cfg->enable_ab_partitions && in get_valid_partition_types()
/external/libaom/apps/
Daomenc.c353 &g_av1_codec_arg_defs.enable_ab_partitions,