commit | 0fb0eb3e80c09e0483c4dccdaa472e7e81f182fe | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Mon Oct 26 11:09:28 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 26 12:04:46 2020 |
tree | 175c4a8696c1890cab23ffd397a1fdb236cebec2 | |
parent | 83514a77048cd4de083033a3604b3b2389c96ed1 [diff] |
RNN VAD: LP residual optimized (part 4) This CL removes the circular shift to compute the convolution in `ComputeLpResidual()`, which is now 4x faster (benchmarked with the `RnnVadTest.DISABLED_ComputeLpResidualBenchmark` unit test). Note that the `RnnVadTest.LpResidualPipelineBitExactness` unit test is still passing. Bug: webrtc:10480 Change-Id: Ia7767d9b57378c12c8ff31f58fea03905be5c5de Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/189964 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Per Ã…hgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32491}
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.