Searched refs:svf (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.h | 64 vpx_subpixvariance_fn_t svf; member 82 vpx_subpixvariance_fn_t svf; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 200 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) 518 …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() 523 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() 537 …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() 554 …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() 559 … 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() 573 …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() 601 …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() 606 … 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() 616 … 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 | 2092 cpi->fn_ptr[BLOCK_16X16].svf = vpx_sub_pixel_variance16x16; in vp8_create_compressor() 2102 cpi->fn_ptr[BLOCK_16X8].svf = vpx_sub_pixel_variance16x8; in vp8_create_compressor() 2112 cpi->fn_ptr[BLOCK_8X16].svf = vpx_sub_pixel_variance8x16; in vp8_create_compressor() 2122 cpi->fn_ptr[BLOCK_8X8].svf = vpx_sub_pixel_variance8x8; in vp8_create_compressor() 2132 cpi->fn_ptr[BLOCK_4X4].svf = vpx_sub_pixel_variance4x4; in vp8_create_compressor()
|
D | pickinter.c | 212 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse); in vp8_get_inter_mbpred_error()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 179 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \ 708 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree() 737 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
|
D | vp9_encoder.c | 829 cpi->fn_ptr[BT].svf = SVF; \ 1849 cpi->fn_ptr[BT].svf = SVF; \ in vp9_create_compressor()
|