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 810 int what_stride = x->plane[0].src.stride; local
840 bestsad = vfp->sdf(what, what_stride, this_offset,
860 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
871 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
904 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
915 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
944 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride,
1162 int what_stride = x->plane[0].src.stride; local
1301 int what_stride = x->plane[0].src.stride; local
1535 int what_stride = x->plane[0].src.stride; local
1623 int what_stride = x->plane[0].src.stride; local
1745 int what_stride = x->plane[0].src.stride; local
1894 int what_stride = x->plane[0].src.stride; local
1971 int what_stride = x->plane[0].src.stride; local
2082 int what_stride = x->plane[0].src.stride; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 865 int what_stride = b->src_stride; local
896 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
921 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
932 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
958 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
969 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1000 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1011 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1052 int what_stride = b->src_stride; local
1176 int what_stride = b->src_stride; local
1331 int what_stride = b->src_stride; local
1427 int what_stride = b->src_stride; local
1561 int what_stride = b->src_stride; local
1728 int what_stride = b->src_stride; local
1808 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 641 milliseconds