Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dvariance.h407 vp8_variance_fn_t svf_halfpix_v; member
Dmcomp.c367 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
377 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
651 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
661 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
Donyx_if.c2074 … cpi->fn_ptr[BLOCK_16X16].svf_halfpix_v = VARIANCE_INVOKE(&cpi->rtcd.variance, halfpixvar16x16_v); in vp8_create_compressor()
2084 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_v = NULL; in vp8_create_compressor()
2094 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_v = NULL; in vp8_create_compressor()
2104 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_v = NULL; in vp8_create_compressor()
2114 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_v = NULL; in vp8_create_compressor()