A multiplication result doesn't fit in an int32_t type. This change rewrites the code to avoid the overflowing multiplication. Here y[0], y[1] are int16 numbers containing the (truncated) topmost 18 and (scaled Q2 to use the full int16) the least significant 13 bits of a 32-bit value. The change makes y[1] to be calculated directly instead of using y[0] as an intermediate value. TESTED=this change passes the bit exactness tests, and has also been running on the audio_processing fuzzer with a CHECK comparing the old and new value. Bug: chromium:747202 Change-Id: Iafc69eb7391d494afdadf65f5b7f399a57bbe9a8 Reviewed-on: https://chromium-review.googlesource.com/580907 Reviewed-by: Minyue Li <minyue@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19120}
Reland of PyLint fixes for tools-webrtc and webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2737233003/ )
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.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://chromium.googlesource.com/external/webrtc
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
Description
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%