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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 480 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 828 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...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 832 if (thissad < bestsad)\
835 if (thissad < bestsad)\
837 bestsad = thissad;\
880 unsigned int bestsad; local
906 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride)
1040 return bestsad;
1074 unsigned int bestsad; local
1198 unsigned int bestsad; local
1352 unsigned int bestsad; local
1447 unsigned int bestsad; local
1580 unsigned int bestsad; local
1747 unsigned int bestsad; local
1826 unsigned int bestsad; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 811 if (thissad < bestsad) {\
814 if (thissad < bestsad) {\
815 bestsad = thissad;\
902 int bestsad = INT_MAX; local
1077 int bestsad = INT_MAX; local
1614 unsigned int bestsad = INT_MAX; local
    [all...]

Completed in 45 milliseconds