/external/libvpx/libvpx/vp8/common/ |
variance.h | 104 vp8_variance_fn_t svf_halfpix_h; member in struct:variance_vtable
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_variance.h | 92 vp9_variance_fn_t svf_halfpix_h; member in struct:vp9_variance_vtable
|
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 407 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); 419 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); 718 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); 730 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); [all...] |
onyx_if.c | [all...] |