Searched refs:svf (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance.h | 107 vp8_subpixvariance_fn_t svf; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 196 #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 …]
|
D | onyx_if.c | 2018 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()
|
D | pickinter.c | 85 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/ |
D | vp9_variance.h | 93 vp9_subpixvariance_fn_t svf; member
|
D | vp9_mcomp.c | 180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
|
D | vp9_onyx_if.c | 1399 cpi->fn_ptr[BT].svf = SVF; \ in vp9_create_compressor()
|