Home
last modified time | relevance | path

Searched refs:svf (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance.h107 vp8_subpixvariance_fn_t svf; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
514 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
519 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
533 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
550 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
555 … thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
569 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
597 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
602 … thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);; in vp8_find_best_sub_pixel_step()
612 … thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
[all …]
Donyx_if.c2018 cpi->fn_ptr[BLOCK_16X16].svf = vp8_sub_pixel_variance16x16; in vp8_create_compressor()
2028 cpi->fn_ptr[BLOCK_16X8].svf = vp8_sub_pixel_variance16x8; in vp8_create_compressor()
2038 cpi->fn_ptr[BLOCK_8X16].svf = vp8_sub_pixel_variance8x16; in vp8_create_compressor()
2048 cpi->fn_ptr[BLOCK_8X8].svf = vp8_sub_pixel_variance8x8; in vp8_create_compressor()
2058 cpi->fn_ptr[BLOCK_4X4].svf = vp8_sub_pixel_variance4x4; in vp8_create_compressor()
Dpickinter.c85 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse); in vp8_get_inter_mbpred_error()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.h93 vp9_subpixvariance_fn_t svf; member
Dvp9_mcomp.c180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
Dvp9_onyx_if.c1399 cpi->fn_ptr[BT].svf = SVF; \ in vp9_create_compressor()