commit | 5e79b293137f9022322331c9644743203d246ba3 | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Wed Apr 12 08:20:45 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 12 08:20:45 2017 |
tree | 4b96ca0110c5edbc361b0ef304bddc6845431fec | |
parent | 9f28b1d354a2f457032fec5f1a0b3aeac31f7275 [diff] |
Adding new functionality for SIMD optimizations in AEC3 Most of the complex functionality in AEC3 is done using vector maths. This CL adds a new functionality for performing these using SIMD operations in a simple manner whenever such are available. The reason for putting the implementations in the header file is to allow any possible inlining. BUG=webrtc:6018 Review-Url: https://codereview.webrtc.org/2813823002 Cr-Commit-Position: refs/heads/master@{#17663}
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.