Lines Matching refs:ref_buf
2189 uint8_t const *ref_buf, *src_buf; in av1_int_pro_motion_estimation() local
2223 ref_buf = xd->plane[0].pre[0].buf - (bw >> 1); in av1_int_pro_motion_estimation()
2225 aom_int_pro_row(&hbuf[idx], ref_buf, ref_stride, bh); in av1_int_pro_motion_estimation()
2226 ref_buf += 16; in av1_int_pro_motion_estimation()
2229 ref_buf = xd->plane[0].pre[0].buf - (bh >> 1) * ref_stride; in av1_int_pro_motion_estimation()
2231 vbuf[idx] = aom_int_pro_col(ref_buf, bw) >> norm_factor; in av1_int_pro_motion_estimation()
2232 ref_buf += ref_stride; in av1_int_pro_motion_estimation()
2253 ref_buf = xd->plane[0].pre[0].buf + this_mv.row * ref_stride + this_mv.col; in av1_int_pro_motion_estimation()
2254 best_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride, ref_buf, ref_stride); in av1_int_pro_motion_estimation()
2258 ref_buf - ref_stride, in av1_int_pro_motion_estimation()
2259 ref_buf - 1, in av1_int_pro_motion_estimation()
2260 ref_buf + 1, in av1_int_pro_motion_estimation()
2261 ref_buf + ref_stride, in av1_int_pro_motion_estimation()
2285 ref_buf = xd->plane[0].pre[0].buf + this_mv.row * ref_stride + this_mv.col; in av1_int_pro_motion_estimation()
2287 tmp_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride, ref_buf, ref_stride); in av1_int_pro_motion_estimation()