webrtc/common_audio
Mirko Bonadei d156a0d061 Revert "Merge cpu_features build targets into //system_wrappers."
This reverts commit 2b242d8fba.

Reason for revert: Breaks downstream project.

Original change's description:
> Merge cpu_features build targets into //system_wrappers.
> 
> Before this CL, functions declared in cpu_features_wrapper.h where
> not defined in the same build target, causing brittle builds that
> might fail at link time if the binary was not depending on
> //system_wrappers (the target with the definitions), violating [1].
> 
> This CL moves everything into //system_wrappers and also moves
> cpu_features_wrapper.h definitions from C to C++ (in order to be able
> to add the definitions to a C++ build target like //system_wrappers).
> 
> [1] - https://webrtc.googlesource.com/src/+/refs/heads/master/style-guide.md#h-cc-pairs
> 
> Bug: None
> Change-Id: I5a0009cddb17206b19f2a71eeba722faacc4bcae
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183380
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#32039}

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

Change-Id: I4daa7582e55a0343eef72f08ed023c73e0b6456b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183443
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32040}
2020-09-05 21:18:40 +00:00
..
include Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
mocks In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro 2020-05-20 13:17:31 +00:00
resampler Reland "Support AVX2/FMA intrinsics in Audio Resampler module" 2020-08-17 10:40:44 +00:00
signal_processing Fix a bug/typo in WebRtcSpl_FilterAR which updates the wrong state vector 2019-08-15 16:46:22 +00:00
third_party Revert "Merge cpu_features build targets into //system_wrappers." 2020-09-05 21:18:40 +00:00
vad In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro 2020-05-20 13:17:31 +00:00
audio_converter.cc ClangTidy fixes for common_audio/ 2019-03-15 00:43:12 +00:00
audio_converter.h Format almost everything. 2019-07-08 13:45:15 +00:00
audio_converter_unittest.cc Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +00:00
audio_util.cc Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
audio_util_unittest.cc Reland of Correct conversion between float and fixed formats 2019-08-19 12:15:07 +00:00
BUILD.gn Revert "Merge cpu_features build targets into //system_wrappers." 2020-09-05 21:18:40 +00:00
channel_buffer.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
channel_buffer.h Optimizations and refactoring of the APM 3-band split filter 2020-02-24 13:19:14 +00:00
channel_buffer_unittest.cc Rename several more tests that use EXPECT_DEATH to *DeathTest. 2020-05-18 16:10:04 +00:00
DEPS Removing openmax_dl 2018-05-07 12:12:04 +00:00
fir_filter.h Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
fir_filter_avx2.cc Support AVX2/FMA intrinsics in audio FIR filter 2020-08-19 10:21:31 +00:00
fir_filter_avx2.h Support AVX2/FMA intrinsics in audio FIR filter 2020-08-19 10:21:31 +00:00
fir_filter_c.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_c.h Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_factory.cc Support AVX2/FMA intrinsics in audio FIR filter 2020-08-19 10:21:31 +00:00
fir_filter_factory.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fir_filter_neon.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fir_filter_neon.h Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
fir_filter_sse.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fir_filter_sse.h Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
OWNERS Add peah as OWNER to common_audio 2020-06-02 11:59:28 +00:00
real_fourier.cc Removing warning suppression flags in common_audio/. 2018-07-04 11:13:09 +00:00
real_fourier.h Format almost everything. 2019-07-08 13:45:15 +00:00
real_fourier_ooura.cc Reland "Unify OOURA implementations in one directory." 2020-04-20 16:08:19 +00:00
real_fourier_ooura.h Reland "Unify OOURA implementations in one directory." 2020-04-20 16:08:19 +00:00
real_fourier_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
ring_buffer.c Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ring_buffer.h Moving LappedTransform, Blocker and AudioRingBuffer. 2018-08-31 15:27:50 +00:00
ring_buffer_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
smoothing_filter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
smoothing_filter.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
smoothing_filter_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
wav_file.cc Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
wav_file.h Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
wav_file_unittest.cc Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
wav_header.cc Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
wav_header.h Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
wav_header_unittest.cc Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
window_generator.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
window_generator.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
window_generator_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00