mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 07:10:38 +01:00
![]() In preparation for adding AVX2 code, a safe scheme to support different SIMD optimizations is added. Safety features: - AVX2 kill switch to stop using it even if supported by the architecture - struct indicating the available CPU features propagated from AGC2 to each component; in this way - better control over the unit tests - no need to propagate individual kill switches but just set to false features that are turned off Note that (i) this CL does not change the performance of the RNN VAD and (ii) no AVX2 optimization is added yet. Bug: webrtc:10480 Change-Id: I0e61f3311ecd140f38369cf68b6e5954f3dc1f5a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/193140 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32739} |
||
---|---|---|
.. | ||
aec_dump.cc | ||
aec_dump.h | ||
audio_frame_proxies.cc | ||
audio_frame_proxies.h | ||
audio_frame_view.h | ||
audio_processing.cc | ||
audio_processing.h | ||
audio_processing_statistics.cc | ||
audio_processing_statistics.h | ||
config.cc | ||
config.h | ||
mock_audio_processing.h |