Lines Matching refs:this_sad
2057 int this_sad; in vector_match() local
2062 this_sad = vpx_vector_var(&ref[d], src, bwl); in vector_match()
2063 if (this_sad < best_sad) { in vector_match()
2064 best_sad = this_sad; in vector_match()
2074 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
2075 if (this_sad < best_sad) { in vector_match()
2076 best_sad = this_sad; in vector_match()
2086 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
2087 if (this_sad < best_sad) { in vector_match()
2088 best_sad = this_sad; in vector_match()
2098 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
2099 if (this_sad < best_sad) { in vector_match()
2100 best_sad = this_sad; in vector_match()
2110 this_sad = vpx_vector_var(&ref[this_pos], src, bwl); in vector_match()
2111 if (this_sad < best_sad) { in vector_match()
2112 best_sad = this_sad; in vector_match()
2146 unsigned int best_sad, tmp_sad, this_sad[4]; in vp9_int_pro_motion_estimation() local
2166 unsigned int this_sad; in vp9_int_pro_motion_estimation() local
2169 this_sad = cpi->fn_ptr[bsize].sdf(x->plane[0].src.buf, src_stride, in vp9_int_pro_motion_estimation()
2176 return this_sad; in vp9_int_pro_motion_estimation()
2222 cpi->fn_ptr[bsize].sdx4df(src_buf, src_stride, pos, ref_stride, this_sad); in vp9_int_pro_motion_estimation()
2226 if (this_sad[idx] < best_sad) { in vp9_int_pro_motion_estimation()
2227 best_sad = this_sad[idx]; in vp9_int_pro_motion_estimation()
2233 if (this_sad[0] < this_sad[3]) in vp9_int_pro_motion_estimation()
2238 if (this_sad[1] < this_sad[2]) in vp9_int_pro_motion_estimation()