JitterEstimator: remove unnecessary helper functions

Move functionality to closer where the values are used instead,
as per previous CL comment.

Bug: webrtc:14151
Change-Id: I6b7ca02da197420a1f5da930ba87021e6f557444
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275204
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38148}
This commit is contained in:
Rasmus Brandt
2022-09-21 09:39:44 +02:00
committed by WebRTC LUCI CQ
parent d795c8bd16
commit 2f650fa822
2 changed files with 9 additions and 21 deletions

View File

@ -143,11 +143,6 @@ class JitterEstimator {
Config GetConfigForTest() const;
private:
// These functions return values that could be overriden through the config.
double GetNumStddevDelayOutlier() const;
double GetNumStddevSizeOutlier() const;
double GetCongestionRejectionFactor() const;
// Updates the random jitter estimate, i.e. the variance of the time
// deviations from the line given by the Kalman filter.
//