HomeSort by relevance Sort by last modified time
    Searched defs:maxdiff (Results 1 - 5 of 5) sorted by null

  /device/google/dragon/audio/hal/dsp/tests/
cmpraw.c 28 double maxdiff = 0; local
49 maxdiff = max(fabs(data1[i] - data2[i]), maxdiff);
53 diff / n, maxdiff * 32768, changed*100.0f/n);
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 178 MatComparator(double maxdiff, int context);
183 double maxdiff; member in struct:cvtest::MatComparator
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBoxBoxDetector.cpp 233 btScalar maxdiff=1e9,diff; local
241 if (diff < maxdiff) {
242 maxdiff = diff;