HomeSort by relevance Sort by last modified time
    Searched refs:svf_halfpix_v (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
variance.h 407 vp8_variance_fn_t svf_halfpix_v; member in struct:__anon8502
mcomp.c 367 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse);
377 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse);
651 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse);
661 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 461 milliseconds