Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c243 int buf_r1, buf_r2, buf_c1; in vp8_find_best_sub_pixel_step_iteratively() local
248 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min)?(bestmv->as_mv.col - x->mv_col_min):3; in vp8_find_best_sub_pixel_step_iteratively()
252 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
253 y = xd->y_buf + y_stride*buf_r1 +buf_c1; in vp8_find_best_sub_pixel_step_iteratively()