HomeSort by relevance Sort by last modified time
    Searched refs:svf (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp8/common/
variance.h 103 vp8_subpixvariance_fn_t svf; member in struct:variance_vtable
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance.h 90 vp9_subpixvariance_fn_t svf; member in struct:vp9_variance_vtable
vp9_mcomp.c 182 // for svf calc
195 vfp->svf(PRE(r, c), y_stride, SP(c), SP(r), z, src_stride, &sse)
    [all...]
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 193 /* 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(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
    [all...]
onyx_if.c     [all...]
pickinter.c 84 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
    [all...]
  /sdk/eclipse/scripts/
create_all_symlinks.sh 110 ln -svf $src $2/$3
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 800 /* svf, A-S status and the configuration code of each SV
802 unsigned char svf[33]; member in struct:subframe_t::__anon13089::__anon13097
    [all...]

Completed in 192 milliseconds