Searched refs:last_smoothed_value (Results 1 – 2 of 2) sorted by relevance
145 int64_t last_smoothed_value, in ExponentialSmoothingFilter() argument147 if (last_smoothed_value < 0) { in ExponentialSmoothingFilter()151 (1.0f - alpha) * last_smoothed_value + 0.5f); in ExponentialSmoothingFilter()
45 int64_t last_smoothed_value,