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.c1742 int this_sad; in vector_match() local
1747 this_sad = vp9_vector_var(&ref[d], src, bwl); in vector_match()
1748 if (this_sad < best_sad) { in vector_match()
1749 best_sad = this_sad; in vector_match()
1760 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1761 if (this_sad < best_sad) { in vector_match()
1762 best_sad = this_sad; in vector_match()
1773 this_sad = vp9_vector_var(&ref[this_pos], src, bwl); in vector_match()
1774 if (this_sad < best_sad) { in vector_match()
1775 best_sad = this_sad; in vector_match()
[all …]
Dvp9_rd.c461 int this_sad = INT_MAX; in vp9_mv_pred() local
496 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in vp9_mv_pred()
499 if (this_sad < best_sad) { in vp9_mv_pred()
500 best_sad = this_sad; in vp9_mv_pred()