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

  /external/libvpx/vp8/encoder/
variance.h 375 vp8_variance_fn_t svf_halfpix_h; member in struct:__anon5141
mcomp.c 345 left = vfp->svf_halfpix_h(y - 1, d->pre_stride, z, b->src_stride, &sse);
355 right = vfp->svf_halfpix_h(y, d->pre_stride, z, b->src_stride, &sse);
628 left = vfp->svf_halfpix_h(y - 1, d->pre_stride, z, b->src_stride, &sse);
638 right = vfp->svf_halfpix_h(y, d->pre_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 43 milliseconds