Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h108 vp8_variance_fn_t svf_halfpix_h; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.h95 vp9_variance_fn_t svf_halfpix_h; member
Dvp9_onyx_if.c1401 cpi->fn_ptr[BT].svf_halfpix_h = SVFHH; \ in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c407 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
419 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
718 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
730 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
Donyx_if.c2019 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_h = vp8_variance_halfpixvar16x16_h; in vp8_create_compressor()
2029 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_h = NULL; in vp8_create_compressor()
2039 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_h = NULL; in vp8_create_compressor()
2049 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_h = NULL; in vp8_create_compressor()
2059 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_h = NULL; in vp8_create_compressor()