Home
last modified time | relevance | path

Searched refs:threshold_4x4avg (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c453 int64_t threshold_4x4avg; in av1_choose_var_based_partitioning() local
488 threshold_4x4avg = INT64_MAX; in av1_choose_var_based_partitioning()
555 if (low_res && threshold_4x4avg < INT64_MAX) in av1_choose_var_based_partitioning()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1249 int64_t threshold_4x4avg; in choose_partitioning() local
1348 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()