Home
last modified time | relevance | path

Searched refs:buf_r1 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c259 int buf_r1, buf_r2, buf_c1; in vp8_find_best_sub_pixel_step_iteratively() local
262 buf_r1 = ((bestmv->as_mv.row - 3) < x->mv_row_min) in vp8_find_best_sub_pixel_step_iteratively()
274 vfp->copymem(y_0 - buf_c1 - pre_stride * buf_r1, pre_stride, xd->y_buf, in vp8_find_best_sub_pixel_step_iteratively()
275 y_stride, 16 + buf_r1 + buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
276 y = xd->y_buf + y_stride * buf_r1 + buf_c1; in vp8_find_best_sub_pixel_step_iteratively()