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.c679 assert(cpi->sf.auto_max_partition_based_on_simple_motion != NOT_IN_USE); in av1_predict_max_partition()
686 if (cpi->sf.auto_max_partition_based_on_simple_motion == DIRECT_PRED) { in av1_predict_max_partition()
695 } else if (cpi->sf.auto_max_partition_based_on_simple_motion == in av1_predict_max_partition()
704 } else if (cpi->sf.auto_max_partition_based_on_simple_motion == ADAPT_PRED) { in av1_predict_max_partition()
Dspeed_features.c102 sf->auto_max_partition_based_on_simple_motion = ADAPT_PRED; in set_good_speed_feature_framesize_dependent()
104 sf->auto_max_partition_based_on_simple_motion = RELAXED_PRED; in set_good_speed_feature_framesize_dependent()
107 sf->auto_max_partition_based_on_simple_motion = DIRECT_PRED; in set_good_speed_feature_framesize_dependent()
700 sf->auto_max_partition_based_on_simple_motion = NOT_IN_USE; in av1_set_speed_features_framesize_independent()
Dpartition_strategy.h146 cpi->sf.auto_max_partition_based_on_simple_motion != NOT_IN_USE && in use_auto_max_partition()
Dspeed_features.h415 MAX_PART_PRED_MODE auto_max_partition_based_on_simple_motion; member