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

  /external/libvpx/libvpx/vp8/common/
variance.h 106 vp8_variance_fn_t svf_halfpix_hv; member in struct:variance_vtable
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 463 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
468 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
473 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse);
479 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse);
773 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
778 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
783 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse);
789 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 21 milliseconds