Searched refs:threshold_4x4avg (Results 1 – 2 of 2) sorted by relevance
453 int64_t threshold_4x4avg; in av1_choose_var_based_partitioning() local488 threshold_4x4avg = INT64_MAX; in av1_choose_var_based_partitioning()555 if (low_res && threshold_4x4avg < INT64_MAX) in av1_choose_var_based_partitioning()
1249 int64_t threshold_4x4avg; in choose_partitioning() local1348 threshold_4x4avg = (cpi->oxcf.speed < 8) ? thresholds[1] << 1 : INT64_MAX; in choose_partitioning()1511 if (low_res && threshold_4x4avg < INT64_MAX) in choose_partitioning()1573 threshold_4x4avg)) { in choose_partitioning()