commit | 916648107b02b21fef9a85bcda5422c95c38ebbf | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Wed Sep 14 14:22:24 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 14 15:32:06 2022 |
tree | f751614461932767b76d0d5f6e95172d3e086594 | |
parent | 64edb15e1e5bb86bbcb78f0e8be0a6559097f3f3 [diff] |
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}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.