Searched refs:svf_halfpix_hv (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | mcomp.c | 398 diag = vfp->svf_halfpix_hv(y - 1 - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 403 diag = vfp->svf_halfpix_hv(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 408 diag = vfp->svf_halfpix_hv(y - 1, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 414 diag = vfp->svf_halfpix_hv(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 711 diag = vfp->svf_halfpix_hv(y - 1 - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 721 diag = vfp->svf_halfpix_hv(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 732 diag = vfp->svf_halfpix_hv(y - 1, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 742 diag = vfp->svf_halfpix_hv(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
|
D | variance.h | 408 vp8_variance_fn_t svf_halfpix_hv; member
|
D | onyx_if.c | 2075 …cpi->fn_ptr[BLOCK_16X16].svf_halfpix_hv = VARIANCE_INVOKE(&cpi->rtcd.variance, halfpixvar16x16_hv); in vp8_create_compressor() 2085 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_hv = NULL; in vp8_create_compressor() 2095 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_hv = NULL; in vp8_create_compressor() 2105 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_hv = NULL; in vp8_create_compressor() 2115 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_hv = NULL; in vp8_create_compressor()
|