HomeSort by relevance Sort by last modified time
    Searched full:buf_c1 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 261 int buf_r1, buf_r2, buf_c1; local
270 buf_c1 = ((bestmv->as_mv.col - 3) < x->mv_col_min)
276 vfp->copymem(y_0 - buf_c1 - pre_stride * buf_r1, pre_stride, xd->y_buf,
278 y = xd->y_buf + y_stride * buf_r1 + buf_c1;
    [all...]

Completed in 66 milliseconds