Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1743 int this_sad; in vector_match() local
1748 this_sad = vp9_vector_var(&ref[d], src, bwl); in vector_match()
1749 if (this_sad < best_sad) { in vector_match()
1750 best_sad = this_sad; in vector_match()
1761 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1762 if (this_sad < best_sad) { in vector_match()
1763 best_sad = this_sad; in vector_match()
1774 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1775 if (this_sad < best_sad) { in vector_match()
1776 best_sad = this_sad; in vector_match()
[all …]
Dvp9_rd.c462 int this_sad = INT_MAX; in vp9_mv_pred() local
497 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in vp9_mv_pred()
500 if (this_sad < best_sad) { in vp9_mv_pred()
501 best_sad = this_sad; in vp9_mv_pred()