Searched defs:bestsad (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c829 if (thissad < bestsad)\
832 if (thissad < bestsad)\
834 bestsad = thissad;\
877 unsigned int bestsad; 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);
1067 unsigned int bestsad; local
1191 unsigned int bestsad; local
1345 unsigned int bestsad; local
1441 unsigned int bestsad; local
1575 unsigned int bestsad; local
1742 unsigned int bestsad; local
1822 unsigned int bestsad; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c383 if (thissad < bestsad) {\
386 if (thissad < bestsad) {\
387 bestsad = thissad;\
420 int bestsad = INT_MAX; local
431 bestsad = vfp->sdf(what->buf, what->stride,
596 return bestsad;
866 unsigned int bestsad = INT_MAX; local
894 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride)
925 if (sad_array[t] < bestsad) {
930 if (sad_array[t] < bestsad) {
[all...]

Completed in 4764 milliseconds