webrtc/common_audio/resampler
Åsa Persson 0c9204c183 Revert "Support AVX2/FMA intrinsics in Audio Resampler module"
This reverts commit 1ca8d87239.

Reason for revert: breaks downstream project

Original change's description:
> Support AVX2/FMA intrinsics in Audio Resampler module
> 
> From the test result, using AVX2/FMA is 1.60x faster than SSE on atlas.
> 
> Bug: webrtc:11663
> Test: common_audio_unittests on atlas and octopus.
> Change-Id: Ibd45ea46aa97d5790a24e5116f741592b95f6416
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176382
> Reviewed-by: Per Åhgren <peah@webrtc.org>
> Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Sam Zackrisson <saza@webrtc.org>
> Commit-Queue: Sam Zackrisson <saza@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#31810}

TBR=mbonadei@webrtc.org,henrika@webrtc.org,henrik.lundin@webrtc.org,saza@webrtc.org,peah@webrtc.org,mflodman@webrtc.org,zhaoliang.ma@intel.com

Change-Id: I1dad31df446e336dacb29ff637bd66f809376458
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:11663
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/180622
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31813}
2020-07-30 17:35:30 +00:00
..
include Replace slave -> helper, master -> reference 2020-06-29 12:18:05 +00:00
push_resampler.cc Remove potential real-time reallocation in PushResampler 2019-12-11 13:16:37 +00:00
push_resampler_unittest.cc Rename several more tests that use EXPECT_DEATH to *DeathTest. 2020-05-18 16:10:04 +00:00
push_sinc_resampler.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
push_sinc_resampler.h Format almost everything. 2019-07-08 13:45:15 +00:00
push_sinc_resampler_unittest.cc Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
resampler.cc Replace slave -> helper, master -> reference 2020-06-29 12:18:05 +00:00
resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler.cc Revert "Support AVX2/FMA intrinsics in Audio Resampler module" 2020-07-30 17:35:30 +00:00
sinc_resampler.h Revert "Support AVX2/FMA intrinsics in Audio Resampler module" 2020-07-30 17:35:30 +00:00
sinc_resampler_neon.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler_sse.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
sinc_resampler_unittest.cc Revert "Support AVX2/FMA intrinsics in Audio Resampler module" 2020-07-30 17:35:30 +00:00
sinusoidal_linear_chirp_source.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sinusoidal_linear_chirp_source.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00