Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance
1797 float newValue, float currentValue, float thresholdValue);
7523 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument7524 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()7526 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()