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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 736 int what_stride = x->plane[0].src.stride; local
765 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, 0x7fffffff)
784 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
795 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
828 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
839 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
866 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
877 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
907 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
918 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride
1081 int what_stride = x->plane[0].src.stride; local
1223 int what_stride = x->plane[0].src.stride; local
1468 int what_stride = x->plane[0].src.stride; local
1557 int what_stride = x->plane[0].src.stride; local
1679 int what_stride = x->plane[0].src.stride; local
1829 int what_stride = x->plane[0].src.stride; local
1913 int what_stride = x->plane[0].src.stride; local
2032 int what_stride = x->plane[0].src.stride; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 869 int what_stride = b->src_stride; local
900 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
925 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
936 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
962 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
973 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1004 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1015 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1056 int what_stride = b->src_stride; local
1180 int what_stride = b->src_stride; local
1335 int what_stride = b->src_stride; local
1431 int what_stride = b->src_stride; local
1565 int what_stride = b->src_stride; local
1732 int what_stride = b->src_stride; local
1812 int what_stride = b->src_stride; local
    [all...]
pickinter.c 73 int what_stride = b->src_stride; local
84 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
88 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
    [all...]

Completed in 161 milliseconds