Home
last modified time | relevance | path

Searched refs:svf_halfpix_v (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h109 vp8_variance_fn_t svf_halfpix_v; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.h96 vp9_variance_fn_t svf_halfpix_v; member
Dvp9_onyx_if.c1402 cpi->fn_ptr[BT].svf_halfpix_v = SVFHV; \ in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c433 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
445 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
744 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
756 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
Donyx_if.c2020 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_v = vp8_variance_halfpixvar16x16_v; in vp8_create_compressor()
2030 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_v = NULL; in vp8_create_compressor()
2040 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_v = NULL; in vp8_create_compressor()
2050 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_v = NULL; in vp8_create_compressor()
2060 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_v = NULL; in vp8_create_compressor()