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:
committed by
WebRTC LUCI CQ
parent
4bed30c37f
commit
665875b0d8
@ -17,7 +17,7 @@
|
||||
#include "api/units/frequency.h"
|
||||
#include "api/units/time_delta.h"
|
||||
#include "api/units/timestamp.h"
|
||||
#include "modules/video_coding/timing/frame_delay_delta_kalman_filter.h"
|
||||
#include "modules/video_coding/timing/frame_delay_variation_kalman_filter.h"
|
||||
#include "modules/video_coding/timing/rtt_filter.h"
|
||||
#include "rtc_base/rolling_accumulator.h"
|
||||
|
||||
@ -90,7 +90,7 @@ class JitterEstimator {
|
||||
|
||||
// Filters the {frame_delay_delta, frame_size_delta} measurements through
|
||||
// a linear Kalman filter.
|
||||
FrameDelayDeltaKalmanFilter kalman_filter_;
|
||||
FrameDelayVariationKalmanFilter kalman_filter_;
|
||||
|
||||
// TODO(bugs.webrtc.org/14381): Update `avg_frame_size_bytes_` to DataSize
|
||||
// when api/units have sufficient precision.
|
||||
|
||||
Reference in New Issue
Block a user