commit | 842b675304ad9f4854ae3decdf654bd380169e19 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Thu Oct 29 14:49:57 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 29 19:45:17 2020 |
tree | 844a965a581ac6ccdba0f5da51033ab7abfee207 | |
parent | 841b3f95b1099bd5014fc914f49d9e4e44cb9054 [diff] |
RNN VAD: Pitch periods as integers and for-if-break optimization This CL includes two changes: 1. the type for (inverted) lags and pitch periods changed from size_t to int to reduce the chance of bugs with pitch period manipulations 2. CheckLowerPitchPeriodsAndComputePitchGain() is optimized by replacing an unnecessary if statement inside the loop with the predetermined number of loops Bug: webrtc:10480 Change-Id: I38432699254b37a2c0111279c28be8dc65b87e9b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139252 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Fredrik Hernqvist <fhernqvist@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32521}
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.