webrtc/modules/audio_processing/utility
Mirko Bonadei ed005be788 Revert "Unify OOURA implementations in one directory."
This reverts commit 09b439c6f7.

Reason for revert: Breaks downstream project. Will reland tomorrow.

Original change's description:
> Unify OOURA implementations in one directory.
> 
> This CL moves the two OOURA implementations present in the WebRTC tree
> in one place.
> 
> No functional change is expected.
> 
> TBR=kwiberg@webrtc.org
> 
> No-Try: True
> Bug: webrtc:11509
> Change-Id: I330a9ec57e3dc65c9c8b43edd4bb295c55920efa
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173682
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Per Åhgren <peah@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#31106}

TBR=mbonadei@webrtc.org,peah@webrtc.org,kwiberg@webrtc.org

Change-Id: I41acf34aef6497adfa7750223acbcc3725db6feb
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:11509
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173706
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31107}
2020-04-19 09:59:52 +00:00
..
BUILD.gn Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
cascaded_biquad_filter.cc Use the AEC3 high-pass filter for the whole APM 2019-08-23 20:04:10 +00:00
cascaded_biquad_filter.h Use the AEC3 high-pass filter for the whole APM 2019-08-23 20:04:10 +00:00
cascaded_biquad_filter_unittest.cc Fix compile all in debug mode. 2020-03-09 12:05:02 +00:00
delay_estimator.cc Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
delay_estimator.h Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
delay_estimator_internal.h Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
delay_estimator_unittest.cc Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
delay_estimator_wrapper.cc Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
delay_estimator_wrapper.h Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
DEPS PFFFT C++ wrapper for APM 2019-02-22 09:20:29 +00:00
ooura_fft.cc Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
ooura_fft.h Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
ooura_fft_mips.cc Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
ooura_fft_neon.cc Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
ooura_fft_sse2.cc Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
ooura_fft_tables_common.h Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
ooura_fft_tables_neon_sse2.h Revert "Unify OOURA implementations in one directory." 2020-04-19 09:59:52 +00:00
pffft_wrapper.cc APM PFFFT wrapper: Add frequency domain convolution 2019-03-29 15:55:26 +00:00
pffft_wrapper.h APM PFFFT wrapper: Add frequency domain convolution 2019-03-29 15:55:26 +00:00
pffft_wrapper_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00