Searched refs:svf_halfpix_h (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.h | 65 vpx_variance_fn_t svf_halfpix_h; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 411 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 423 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 722 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 734 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
|
D | onyx_if.c | 2093 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_h = vpx_variance_halfpixvar16x16_h; in vp8_create_compressor() 2103 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_h = NULL; in vp8_create_compressor() 2113 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_h = NULL; in vp8_create_compressor() 2123 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_h = NULL; in vp8_create_compressor() 2133 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_h = NULL; in vp8_create_compressor()
|