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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dvariance.h107 vp8_subpixvariance_fn_t svf; member in struct:variance_vtable
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_variance.h76 vp9_subpixvariance_fn_t svf; member in struct:vp9_variance_vtable
H A Dvp9_mcomp.c167 // convert motion vector component to offset for svf calc
178 vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
H A Dvp9_encoder.c961 cpi->fn_ptr[BT].svf = SVF; \
/external/libvpx/libvpx/vp8/common/
H A Dvariance.h107 vp8_subpixvariance_fn_t svf; member in struct:variance_vtable
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_variance.h93 vp9_subpixvariance_fn_t svf; member in struct:vp9_variance_vtable
H A Dvp9_mcomp.c168 // convert motion vector component to offset for svf calc
180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
H A Dvp9_onyx_if.c1334 cpi->fn_ptr[BT].svf = SVF; \
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c194 /* convert motion vector component to offset for svf calc */
197 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
515 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
520 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
534 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, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
556 thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse);
570 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(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
603 thismse = vfp->svf(
[all...]
H A Donyx_if.c2020 cpi->fn_ptr[BLOCK_16X16].svf = vp8_sub_pixel_variance16x16;
2030 cpi->fn_ptr[BLOCK_16X8].svf = vp8_sub_pixel_variance16x8;
2040 cpi->fn_ptr[BLOCK_8X16].svf = vp8_sub_pixel_variance8x16;
2050 cpi->fn_ptr[BLOCK_8X8].svf = vp8_sub_pixel_variance8x8;
2060 cpi->fn_ptr[BLOCK_4X4].svf = vp8_sub_pixel_variance4x4;
H A Dpickinter.c85 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
/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)
514 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
519 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
533 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
550 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
555 thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse);
569 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
597 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
602 thismse = vfp->svf(
[all...]
H A Donyx_if.c2017 cpi->fn_ptr[BLOCK_16X16].svf = vp8_sub_pixel_variance16x16;
2027 cpi->fn_ptr[BLOCK_16X8].svf = vp8_sub_pixel_variance16x8;
2037 cpi->fn_ptr[BLOCK_8X16].svf = vp8_sub_pixel_variance8x16;
2047 cpi->fn_ptr[BLOCK_8X8].svf = vp8_sub_pixel_variance8x8;
2057 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);

Completed in 163 milliseconds