webrtc/rtc_base/numerics
Ilya Nikolaevskiy 8c68845090 Move variance calculation in SampleCounter to a new extension class
Variance calculation isn't currently used but overflow checks there may
cause unnecessary crash. Instead of completely deleting useful feature
it's now easy to disable it by choosing an appropriate Counter class.

Bug: None
Change-Id: Ifa8bbf2d023553504caa768e08e59ebccfb2fbb4
Reviewed-on: https://webrtc-review.googlesource.com/99561
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24699}
2018-09-12 08:19:37 +00:00
..
exp_filter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
exp_filter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
exp_filter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
histogram_percentile_counter_unittest.cc Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
histogram_percentile_counter.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
histogram_percentile_counter.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
mathutils.h Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
mod_ops_unittest.cc Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
mod_ops.h Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
moving_max_counter_unittest.cc Optional: Use nullopt and implicit construction in /rtc_base 2017-11-27 10:17:52 +00:00
moving_max_counter.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
moving_median_filter_unittest.cc Add MovingMedianFilter to rtc_base/numerics 2017-11-01 13:56:16 +00:00
moving_median_filter.h Refactor RtpToNtpEstimator and MovingMedianFilter 2017-11-14 10:34:56 +00:00
percentile_filter_unittest.cc Stop using std::random_shuffle in favor of std::shuffle. 2018-01-10 07:37:11 +00:00
percentile_filter.h Refactor RtpToNtpEstimator and MovingMedianFilter 2017-11-14 10:34:56 +00:00
safe_compare_unittest.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
safe_compare.h Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
safe_conversions_impl.h Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
safe_conversions.h Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
safe_minmax_unittest.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
safe_minmax.h Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
sample_counter_unittest.cc Move variance calculation in SampleCounter to a new extension class 2018-09-12 08:19:37 +00:00
sample_counter.cc Move variance calculation in SampleCounter to a new extension class 2018-09-12 08:19:37 +00:00
sample_counter.h Move variance calculation in SampleCounter to a new extension class 2018-09-12 08:19:37 +00:00
sequence_number_util_unittest.cc Move sequence_number_utils.h to rtc_base/ 2017-10-25 12:33:57 +00:00
sequence_number_util.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00