Searched refs:this_sad (Results 1 – 2 of 2) sorted by relevance
1724 int this_sad; in vector_match() local1729 this_sad = vpx_vector_var(&ref[d], src, bwl); in vector_match()1730 if (this_sad < best_sad) { in vector_match()1731 best_sad = this_sad; in vector_match()1741 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()1742 if (this_sad < best_sad) { in vector_match()1743 best_sad = this_sad; in vector_match()1753 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()1754 if (this_sad < best_sad) { in vector_match()1755 best_sad = this_sad; in vector_match()[all …]
490 int this_sad = INT_MAX; in vp9_mv_pred() local522 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in vp9_mv_pred()525 if (this_sad < best_sad) { in vp9_mv_pred()526 best_sad = this_sad; in vp9_mv_pred()