Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c709 unsigned int y_sad, y_sad_g; in choose_partitioning() local
741 y_sad = vp9_int_pro_motion_estimation(cpi, x, bsize, mi_row, mi_col); in choose_partitioning()
742 if (y_sad_g < y_sad) { in choose_partitioning()
747 y_sad = y_sad_g; in choose_partitioning()
765 x->color_sensitivity[i - 1] = uv_sad > (y_sad >> 2); in choose_partitioning()
774 y_sad < cpi->vbp_threshold_sad) { in choose_partitioning()