Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.h214 cpi->sf.part_sf.auto_max_partition_based_on_simple_motion != in use_auto_max_partition()
Dpartition_strategy.c723 assert(cpi->sf.part_sf.auto_max_partition_based_on_simple_motion != in av1_predict_max_partition()
731 if (cpi->sf.part_sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
741 } else if (cpi->sf.part_sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
750 } else if (cpi->sf.part_sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
Dspeed_features.c136 sf->part_sf.auto_max_partition_based_on_simple_motion = ADAPT_PRED; in set_good_speed_feature_framesize_dependent()
138 sf->part_sf.auto_max_partition_based_on_simple_motion = RELAXED_PRED; in set_good_speed_feature_framesize_dependent()
141 sf->part_sf.auto_max_partition_based_on_simple_motion = DIRECT_PRED; in set_good_speed_feature_framesize_dependent()
912 part_sf->auto_max_partition_based_on_simple_motion = NOT_IN_USE; in init_part_sf()
Dspeed_features.h365 MAX_PART_PRED_MODE auto_max_partition_based_on_simple_motion; member