Searched refs:what_stride (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c870 int what_stride = b->src_stride; local
901 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
937 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
963 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
974 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1005 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1016 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1057 int what_stride = b->src_stride; local
1100 bestsad = fn_ptr->sdf(what, what_stride, in_wha
1181 int what_stride = b->src_stride; local
1336 int what_stride = b->src_stride; local
1432 int what_stride = b->src_stride; local
1566 int what_stride = b->src_stride; local
1733 int what_stride = b->src_stride; local
1813 int what_stride = b->src_stride; local
[all...]
H A Dpickinter.c74 int what_stride = b->src_stride; local
85 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
89 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c869 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
1099 bestsad = fn_ptr->sdf(what, what_stride, in_wha
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...]
H A Dpickinter.c73 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);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c887 const int what_stride = x->plane[0].src.stride; local
920 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff)
937 fn_ptr->sdx4df(what, what_stride, addr_ref, in_what_stride, sad_array);
955 thissad = fn_ptr->sdf(what, what_stride, check_here, in_what_stride,
1080 const int what_stride = x->plane[0].src.stride; local
1117 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff)
1145 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride,
1170 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here,
1197 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here,
1331 const int what_stride local
1423 const int what_stride = x->plane[0].src.stride; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1047 const int what_stride = x->plane[0].src.stride; local
1080 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride, 0x7fffffff)
1107 fn_ptr->sdx4df(what, what_stride, block_offset, in_what_stride,
1131 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here,
1156 unsigned int thissad = fn_ptr->sdf(what, what_stride, check_here,

Completed in 59 milliseconds