WebRtcHybridAgc experiment: wire up AGC2 SIMD kill switches
AGC2 includes SIMD optimizations for different platforms. Recently, SSE2 and NEON code has been added (see [1]) and kill switches have been added to the GainController2 configuration in APM. When `(sse2|neon)_allowed` is set to false, the corresponding SIMD code path won't be used even if available. Tested: appr.tc call made [1] third_party/webrtc/modules/audio_processing/agc2/rnn_vad/vector_math.h Bug: webrtc:7494 Change-Id: I2c10b09210914dfe8362c8d8b7fd434c6e4043fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2620801Reviewed-by:Olga Sharonova <olka@chromium.org> Commit-Queue: Ale Bzk <alessiob@chromium.org> Cr-Commit-Position: refs/heads/master@{#842012}
Showing
Please register or sign in to comment