Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance
1995 float newValue, float currentValue, float thresholdValue);
7047 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument7048 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()7050 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()