HomeSort by relevance Sort by last modified time
    Searched refs:auto_max_partition_based_on_simple_motion (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/encoder/
partition_strategy.h 146 cpi->sf.auto_max_partition_based_on_simple_motion != NOT_IN_USE &&
partition_strategy.c 679 assert(cpi->sf.auto_max_partition_based_on_simple_motion != NOT_IN_USE);
686 if (cpi->sf.auto_max_partition_based_on_simple_motion == DIRECT_PRED) {
695 } else if (cpi->sf.auto_max_partition_based_on_simple_motion ==
704 } else if (cpi->sf.auto_max_partition_based_on_simple_motion == ADAPT_PRED) {
speed_features.c 102 sf->auto_max_partition_based_on_simple_motion = ADAPT_PRED;
104 sf->auto_max_partition_based_on_simple_motion = RELAXED_PRED;
107 sf->auto_max_partition_based_on_simple_motion = DIRECT_PRED;
700 sf->auto_max_partition_based_on_simple_motion = NOT_IN_USE;
    [all...]
speed_features.h 415 MAX_PART_PRED_MODE auto_max_partition_based_on_simple_motion; member in struct:SPEED_FEATURES

Completed in 1631 milliseconds