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

  /external/libvpx/libvpx/vp8/common/
variance.h 103 vp8_subpixvariance_fn_t svf; member in struct:variance_vtable
  /sdk/eclipse/scripts/
create_all_symlinks.sh 93 ln -svf `back $2`/$1 $2/
97 ln -svf `back $2`/$1 $2
  /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)
511 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
516 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
530 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
547 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
552 thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse);
566 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
594 thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &sse);
599 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...]

Completed in 158 milliseconds