commit | b9f536167c951558cce8ab18a5012e0822d18855 | [log] [tgz] |
---|---|---|
author | Alex Loiko <aleloi@webrtc.org> | Tue Oct 24 07:58:00 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 25 13:35:36 2017 |
tree | 0f44dc4e6088e4b630e78ed29c355a2d3a9a0651 | |
parent | a194e58e799ccab6c999998e5d0f75725aa3f748 [diff] |
Removing undefined left shifts in AudioProcessing This CL replaces 5 left shifts where the shifted value may be negative. The shifts are replaced with equivalent multiplications. Bug: chromium:777231, chromium:776719, chromium:776624, chromium:776286 Change-Id: Ifb27d5506eac779e60f238432bdf9e4bc5b2da4c Reviewed-on: https://webrtc-review.googlesource.com/14800 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20430}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.