Searched refs:svf (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dvariance.h103 vp8_subpixvariance_fn_t svf; member in struct:variance_vtable
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_variance.h87 vp9_subpixvariance_fn_t svf; member in struct:vp9_variance_vtable
H A Dvp9_mcomp.c221 // for svf calc
234 vfp->svf(PRE(r, c), y_stride, SP(c), SP(r), z, src_stride, &sse)
H A Dvp9_onyx_if.c1611 cpi->fn_ptr[BT].svf = SVF; \
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c193 /* convert motion vector component to offset for svf calc */
196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
510 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
515 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
529 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
546 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
551 thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse);
565 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
593 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
598 thismse = vfp->svf(
[all...]
H A Donyx_if.c2010 cpi->fn_ptr[BLOCK_16X16].svf = vp8_sub_pixel_variance16x16;
2020 cpi->fn_ptr[BLOCK_16X8].svf = vp8_sub_pixel_variance16x8;
2030 cpi->fn_ptr[BLOCK_8X16].svf = vp8_sub_pixel_variance8x16;
2040 cpi->fn_ptr[BLOCK_8X8].svf = vp8_sub_pixel_variance8x8;
2050 cpi->fn_ptr[BLOCK_4X4].svf = vp8_sub_pixel_variance4x4;
H A Dpickinter.c84 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
/external/chromium_org/third_party/gpsd/release-3.1/
H A Dgps.h800 /* svf, A-S status and the configuration code of each SV
802 unsigned char svf[33]; member in struct:subframe_t::__anon10683::__anon10691

Completed in 138 milliseconds