Searched refs:svf_halfpix_hv (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance.h | 110 vp8_variance_fn_t svf_halfpix_hv; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_variance.h | 97 vp9_variance_fn_t svf_halfpix_hv; member
|
D | vp9_onyx_if.c | 1403 cpi->fn_ptr[BT].svf_halfpix_hv = SVFHHV; \ in vp9_create_compressor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 466 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 471 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 476 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 482 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 776 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 781 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 786 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step() 792 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
|
D | onyx_if.c | 2021 cpi->fn_ptr[BLOCK_16X16].svf_halfpix_hv = vp8_variance_halfpixvar16x16_hv; in vp8_create_compressor() 2031 cpi->fn_ptr[BLOCK_16X8].svf_halfpix_hv = NULL; in vp8_create_compressor() 2041 cpi->fn_ptr[BLOCK_8X16].svf_halfpix_hv = NULL; in vp8_create_compressor() 2051 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_hv = NULL; in vp8_create_compressor() 2061 cpi->fn_ptr[BLOCK_4X4].svf_halfpix_hv = NULL; in vp8_create_compressor()
|