Searched refs:auto_max_partition_based_on_simple_motion (Results 1 – 4 of 4) sorted by relevance
679 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()
102 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()
146 cpi->sf.auto_max_partition_based_on_simple_motion != NOT_IN_USE && in use_auto_max_partition()
415 MAX_PART_PRED_MODE auto_max_partition_based_on_simple_motion; member