Searched refs:svf_halfpix_h (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance.h | 108 vp8_variance_fn_t svf_halfpix_h; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_variance.h | 95 vp9_variance_fn_t svf_halfpix_h; member
|
D | vp9_onyx_if.c | 1401 cpi->fn_ptr[BT].svf_halfpix_h = SVFHH; \ in vp9_create_compressor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 407 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()
|
D | onyx_if.c | 2019 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()
|