HomeSort by relevance Sort by last modified time
    Searched refs:svf_halfpix_hv (Results 1 - 5 of 5) 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/vp9/encoder/
vp9_variance.h 91 vp9_variance_fn_t svf_halfpix_hv; member in struct:vp9_variance_vtable
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 462 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
467 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
472 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse);
478 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse);
772 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
777 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
782 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse);
788 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 84 milliseconds