webrtc/rtc_base/numerics
Rasmus Brandt 916648107b Generalize MovingMedianFilter to MovingPercentileFilter
* Make `percentile` configurable and rename class.
* Introduce convenience type `MovingMedianFilter` that
  maintains the behaviour of the old class with that name.
* Move home grown moving 95th percentile filter in
  `JitterEstimator` to this new utility class.

Bug: webrtc:14151
Change-Id: I17d525b6e0bc98c28568c7dfe94b72eeab4a1ca2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275311
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38082}
2022-09-14 15:32:06 +00:00
..
divide_round.h
divide_round_unittest.cc
event_based_exponential_moving_average.cc
event_based_exponential_moving_average.h
event_based_exponential_moving_average_unittest.cc
event_rate_counter.cc
event_rate_counter.h
exp_filter.cc
exp_filter.h
exp_filter_unittest.cc
histogram_percentile_counter.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
histogram_percentile_counter.h
histogram_percentile_counter_unittest.cc
math_utils.h
mod_ops.h
mod_ops_unittest.cc
moving_average.cc
moving_average.h
moving_average_unittest.cc
moving_max_counter.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
moving_max_counter_unittest.cc
moving_percentile_filter.h Generalize MovingMedianFilter to MovingPercentileFilter 2022-09-14 15:32:06 +00:00
moving_percentile_filter_unittest.cc Generalize MovingMedianFilter to MovingPercentileFilter 2022-09-14 15:32:06 +00:00
percentile_filter.h
percentile_filter_unittest.cc Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
running_statistics.h
running_statistics_unittest.cc
safe_compare.h
safe_compare_unittest.cc
safe_conversions.h
safe_conversions_impl.h
safe_minmax.h
safe_minmax_unittest.cc
sample_counter.cc
sample_counter.h
sample_counter_unittest.cc
sample_stats.cc
sample_stats.h
sequence_number_util.h
sequence_number_util_unittest.cc