Lines Matching refs:ref_buf
2144 uint8_t const *ref_buf, *src_buf; in vp9_int_pro_motion_estimation() local
2181 ref_buf = xd->plane[0].pre[0].buf - (bw >> 1); in vp9_int_pro_motion_estimation()
2183 vpx_int_pro_row(&hbuf[idx], ref_buf, ref_stride, bh); in vp9_int_pro_motion_estimation()
2184 ref_buf += 16; in vp9_int_pro_motion_estimation()
2187 ref_buf = xd->plane[0].pre[0].buf - (bh >> 1) * ref_stride; in vp9_int_pro_motion_estimation()
2189 vbuf[idx] = vpx_int_pro_col(ref_buf, bw) >> norm_factor; in vp9_int_pro_motion_estimation()
2190 ref_buf += ref_stride; in vp9_int_pro_motion_estimation()
2211 ref_buf = xd->plane[0].pre[0].buf + this_mv.row * ref_stride + this_mv.col; in vp9_int_pro_motion_estimation()
2212 best_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride, ref_buf, ref_stride); in vp9_int_pro_motion_estimation()
2216 ref_buf - ref_stride, in vp9_int_pro_motion_estimation()
2217 ref_buf - 1, in vp9_int_pro_motion_estimation()
2218 ref_buf + 1, in vp9_int_pro_motion_estimation()
2219 ref_buf + ref_stride, in vp9_int_pro_motion_estimation()
2243 ref_buf = xd->plane[0].pre[0].buf + this_mv.row * ref_stride + this_mv.col; in vp9_int_pro_motion_estimation()
2245 tmp_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride, ref_buf, ref_stride); in vp9_int_pro_motion_estimation()