Home
last modified time | relevance | path

Searched refs:last_smoothed_value (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc145 int64_t last_smoothed_value, in ExponentialSmoothingFilter() argument
147 if (last_smoothed_value < 0) { in ExponentialSmoothingFilter()
151 (1.0f - alpha) * last_smoothed_value + 0.5f); in ExponentialSmoothingFilter()
Dnada.h45 int64_t last_smoothed_value,