Searched refs:thresholdValue (Results 1 – 5 of 5) sorted by relevance
282 M4OSA_Int32 thresholdValue) { in isThresholdBreached() argument290 return (totalValue / storeCount > thresholdValue); in isThresholdBreached()
96 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue);
79 M4OSA_Int32 thresholdValue );4121 M4OSA_Int32 storeCount, M4OSA_Int32 thresholdValue ) in M4VSS3GPP_isThresholdBreached() argument4133 if( finalValue > thresholdValue ) in M4VSS3GPP_isThresholdBreached()
1804 float newValue, float currentValue, float thresholdValue);
6519 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument6520 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()6522 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()