Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1330 unsigned int y_sad_g, y_sad_thr, y_sad_last; in choose_partitioning() local
1386 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in choose_partitioning()
1387 if (y_sad_g < y_sad_thr) { in choose_partitioning()