Rename Kalman filter to match RFC3393

This CL updates the file and class naming, based on the naming discussion in
https://webrtc-review.googlesource.com/c/src/+/265877.
Concretely, that means replacing "delta" with "variation" in the name.

Bug: webrtc:14151
Change-Id: I43e74b1d25f9441015445101f3eb6a7b52f3adba
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/273960
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37999}
This commit is contained in:
Rasmus Brandt
2022-09-02 16:12:22 +02:00
committed by WebRTC LUCI CQ
parent 4bed30c37f
commit 665875b0d8
6 changed files with 30 additions and 30 deletions

View File

@ -79,7 +79,7 @@ void JitterEstimator::Reset() {
rtt_filter_.Reset();
fps_counter_.Reset();
kalman_filter_ = FrameDelayDeltaKalmanFilter();
kalman_filter_ = FrameDelayVariationKalmanFilter();
}
// Updates the estimates with the new measurements.