Home
last modified time | relevance | path

Searched refs:auto_max_partition_based_on_simple_motion (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dspeed_features.c191 sf->part_sf.auto_max_partition_based_on_simple_motion = ADAPT_PRED; in set_allintra_speed_feature_framesize_dependent()
193 sf->part_sf.auto_max_partition_based_on_simple_motion = RELAXED_PRED; in set_allintra_speed_feature_framesize_dependent()
196 sf->part_sf.auto_max_partition_based_on_simple_motion = DIRECT_PRED; in set_allintra_speed_feature_framesize_dependent()
292 sf->part_sf.auto_max_partition_based_on_simple_motion = NOT_IN_USE; in set_allintra_speed_feature_framesize_dependent()
294 sf->part_sf.auto_max_partition_based_on_simple_motion = DIRECT_PRED; in set_allintra_speed_feature_framesize_dependent()
618 sf->part_sf.auto_max_partition_based_on_simple_motion = ADAPT_PRED; in set_good_speed_feature_framesize_dependent()
620 sf->part_sf.auto_max_partition_based_on_simple_motion = RELAXED_PRED; in set_good_speed_feature_framesize_dependent()
623 sf->part_sf.auto_max_partition_based_on_simple_motion = DIRECT_PRED; in set_good_speed_feature_framesize_dependent()
870 sf->part_sf.auto_max_partition_based_on_simple_motion = NOT_IN_USE; in set_good_speed_feature_framesize_dependent()
872 sf->part_sf.auto_max_partition_based_on_simple_motion = DIRECT_PRED; in set_good_speed_feature_framesize_dependent()
[all …]
H A Dpartition_strategy.h188 cpi->sf.part_sf.auto_max_partition_based_on_simple_motion != in use_auto_max_partition()
H A Dpartition_strategy.c922 assert(cpi->sf.part_sf.auto_max_partition_based_on_simple_motion != in av1_predict_max_partition()
928 if (cpi->sf.part_sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
944 if (cpi->sf.part_sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
953 } else if (cpi->sf.part_sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
H A Dspeed_features.h632 MAX_PART_PRED_MODE auto_max_partition_based_on_simple_motion; member
H A Dpartition_search.c48 part_sf->auto_max_partition_based_on_simple_motion = NOT_IN_USE; in av1_reset_part_sf()