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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 821 if (thissad < bestsad) { \
822 thissad += \
824 if (thissad < bestsad) { \
825 bestsad = thissad; \
856 unsigned int thissad; local
914 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
924 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
947 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
957 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
988 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride)
1038 unsigned int thissad; local
1151 unsigned int thissad; local
1298 unsigned int thissad; local
1385 unsigned int thissad; local
1506 unsigned int thissad; local
1657 unsigned int thissad; local
1736 unsigned int thissad; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1034 int thissad; local
1204 int thissad; local
1839 double thissad = mv_dist + lambda * mv_cost; local
1860 double thissad = mv_dist + lambda * mv_cost; local
2007 unsigned int thissad = local
2032 unsigned int thissad = local
2498 const double thissad = mv_dist + lambda * mv_cost; local
2517 const double thissad = mv_dist + lambda * mv_cost; local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 1132 int thissad; local
1747 unsigned int thissad = local
1773 unsigned int thissad = local
    [all...]

Completed in 193 milliseconds