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 93 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 433 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
445 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
744 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
756 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]

Completed in 264 milliseconds