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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c828 if (thissad < bestsad)\
831 if (thissad < bestsad)\
833 bestsad = thissad;\
876 unsigned int bestsad; local
902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1006 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1068 unsigned int bestsad; local
1192 unsigned int bestsad; local
1346 unsigned int bestsad; local
1442 unsigned int bestsad; local
1576 unsigned int bestsad; local
1743 unsigned int bestsad; local
1823 unsigned int bestsad; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c480 if (thissad < bestsad) {\
484 if (thissad < bestsad) {\
485 bestsad = thissad;\
518 int bestsad = INT_MAX; local
532 bestsad = vfp->sdf(what->buf, what->stride,
551 in_what->stride, bestsad);
562 in_what->stride, bestsad);
594 in_what->stride, bestsad);
605 in_what->stride, bestsad);
632 in_what->stride, bestsad);
891 unsigned int bestsad = INT_MAX; local
993 int bestsad = INT_MAX; local
1102 unsigned int bestsad = INT_MAX; local
1352 unsigned int bestsad = INT_MAX; local
1444 unsigned int bestsad = INT_MAX; local
1624 unsigned int bestsad = fn_ptr->sdf(what, what_stride, best_address, local
[all...]

Completed in 29 milliseconds