Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c261 int buf_r1, buf_r2, buf_c1; in vp8_find_best_sub_pixel_step_iteratively() local
270 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min) in vp8_find_best_sub_pixel_step_iteratively()
276 vfp->copymem(y_0 - buf_c1 - pre_stride * buf_r1, pre_stride, xd->y_buf, in vp8_find_best_sub_pixel_step_iteratively()
278 y = xd->y_buf + y_stride * buf_r1 + buf_c1; in vp8_find_best_sub_pixel_step_iteratively()