/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 | 89 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 | 403 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); 415 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); 714 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); 726 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); [all...] |
onyx_if.c | [all...] |