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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelperTest.java 147 double[] threshold2 = {0.6, 0.6, 0.6}; local
148 result = SensorVerificationHelper.verifyMean(events, expected2, threshold2);
221 double[] threshold2 = {0.5, 0.5, 0.5, 0.5, 0.5}; local
222 result = SensorVerificationHelper.verifySignum(events, expected2, threshold2);
260 double[] threshold2 = {1, 2, 3}; local
261 result = SensorVerificationHelper.verifyStandardDeviation(events, threshold2);
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 74 float threshold, threshold2; local
84 threshold2 = threshold * threshold;
152 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
153 if( _CV_NORM_L22( a ) < threshold2 )
297 float threshold, threshold2; local
308 threshold2 = threshold * threshold;
391 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */
412 if( _CV_NORM_L32( a ) < threshold2 )

Completed in 289 milliseconds