Searched refs:svf_halfpix_hv (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dvariance.h110 vp8_variance_fn_t svf_halfpix_hv; member in struct:variance_vtable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_variance.h97 vp9_variance_fn_t svf_halfpix_hv; member in struct:vp9_variance_vtable
H A Dvp9_onyx_if.c1403 cpi->fn_ptr[BT].svf_halfpix_hv = SVFHHV; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c466 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);
H A Donyx_if.c2021 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_hv = vp8_variance_halfpixvar16x16_hv;
2031 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_hv = NULL;
2041 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_hv = NULL;
2051 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_hv = NULL;
2061 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_hv = NULL;

Completed in 128 milliseconds