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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 823 if (thissad < bestsad) { \
824 thissad += \
826 if (thissad < bestsad) { \
827 bestsad = thissad; \
858 unsigned int thissad; local
916 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
949 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
959 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
990 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride)
1040 unsigned int thissad; local
1152 unsigned int thissad; local
1298 unsigned int thissad; local
1384 unsigned int thissad; local
1503 unsigned int thissad; local
1653 unsigned int thissad; local
1731 unsigned int thissad; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 799 if (thissad < bestsad) { \
801 thissad += mvsad_err_cost(x, &this_mv, &fcenter_mv, sad_per_bit); \
802 if (thissad < bestsad) { \
803 bestsad = thissad; \
878 int thissad; local
1048 int thissad; local
1674 unsigned int thissad = local
1699 unsigned int thissad = local
    [all...]

Completed in 400 milliseconds