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 94 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 466 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
471 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
476 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse);
482 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse);
776 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
781 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
786 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse);
792 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 118 milliseconds