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

  /external/libvpx/libvpx/vp8/common/
variance.h 105 vp8_variance_fn_t svf_halfpix_v; member in struct:variance_vtable
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.h 90 vp9_variance_fn_t svf_halfpix_v; member in struct:vp9_variance_vtable
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 429 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
441 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
740 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
752 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 210 milliseconds