webrtc/modules/audio_processing/agc2
Andrey Logvin e7c79fd3d6 Remove from chromium build targets that are not compatible with it.
We need to be able build chromium with rtc_include_tests = true. It
reveals a lot of targets that are not compatible with chromium but
aren't marked so.

`rtc_include_tests=true` has been considered a way to disable targets for the Chromium build, causing an overload on rtc_include_tests while the meaning of the two GN args (rtc_include_tests and build_with_chromium) should be kept separated.

Bug: webrtc:12404
Change-Id: I2f72825445916eae7c20ef9338672d6a07a9b9ff
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203890
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Andrey Logvin <landrey@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33124}
2021-02-01 13:46:19 +00:00
..
rnn_vad Remove from chromium build targets that are not compatible with it. 2021-02-01 13:46:19 +00:00
adaptive_agc.cc SSE2 and NEON kill switches for AGC2 2021-01-07 11:41:28 +00:00
adaptive_agc.h AGC2: max adaptation speed now part of config 2020-10-01 16:15:28 +00:00
adaptive_digital_gain_applier_unittest.cc AGC2: max output noise level now part of config 2020-10-01 17:06:40 +00:00
adaptive_digital_gain_applier.cc AGC2 logs 2020-10-05 15:34:52 +00:00
adaptive_digital_gain_applier.h AGC2: max output noise level now part of config 2020-10-01 17:06:40 +00:00
adaptive_mode_level_estimator_unittest.cc AGC2 adaptive digital controller config: new params 2020-09-30 22:29:14 +00:00
adaptive_mode_level_estimator.cc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
adaptive_mode_level_estimator.h AGC2 adaptive digital controller config: new params 2020-09-30 22:29:14 +00:00
agc2_common.h AGC2: max output noise level now part of config 2020-10-01 17:06:40 +00:00
agc2_testing_common_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
agc2_testing_common.cc Fixed Digital mode of AGC2 implementation finished. 2018-02-20 15:59:25 +00:00
agc2_testing_common.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
biquad_filter_unittest.cc AGC2 RNN VAD: Feature extraction. 2018-05-15 10:02:20 +00:00
biquad_filter.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
biquad_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
BUILD.gn Remove unused code in APM 2021-01-18 13:40:27 +00:00
compute_interpolated_gain_curve.cc AGC2 Limiter class renamed. 2018-10-23 15:20:52 +00:00
compute_interpolated_gain_curve.h Fixed Digital mode of AGC2 implementation finished. 2018-02-20 15:59:25 +00:00
cpu_features.cc RNN VAD: FC layer simplified 2020-12-09 00:04:50 +00:00
cpu_features.h RNN VAD: FC layer simplified 2020-12-09 00:04:50 +00:00
down_sampler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
down_sampler.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
fixed_digital_level_estimator_unittest.cc Fixed Digital mode of AGC2 implementation finished. 2018-02-20 15:59:25 +00:00
fixed_digital_level_estimator.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
fixed_digital_level_estimator.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
gain_applier_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
gain_applier.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
gain_applier.h webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
interpolated_gain_curve_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
interpolated_gain_curve.cc AGC2 minor code clean up 2021-01-14 08:03:17 +00:00
interpolated_gain_curve.h AGC2 minor code clean up 2021-01-14 08:03:17 +00:00
limiter_db_gain_curve_unittest.cc AGC2 Limiter class renamed. 2018-10-23 15:20:52 +00:00
limiter_db_gain_curve.cc AGC2 Limiter class renamed. 2018-10-23 15:20:52 +00:00
limiter_db_gain_curve.h AGC2 Limiter class renamed. 2018-10-23 15:20:52 +00:00
limiter_unittest.cc AGC2: renaming GainCurveApplier to Limiter. 2018-10-30 16:00:18 +00:00
limiter.cc AGC2 minor code clean up 2021-01-14 08:03:17 +00:00
limiter.h AGC2 minor code clean up 2021-01-14 08:03:17 +00:00
noise_level_estimator_unittest.cc Noise level estimation for AGC2. 2018-04-04 18:23:55 +00:00
noise_level_estimator.cc Format almost everything. 2019-07-08 13:45:15 +00:00
noise_level_estimator.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
noise_spectrum_estimator.cc Format almost everything. 2019-07-08 13:45:15 +00:00
noise_spectrum_estimator.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
saturation_protector_unittest.cc AGC2 remove incorrect field trial parsing functions 2020-09-29 13:33:15 +00:00
saturation_protector.cc AGC2 AdaptiveModeLevelEstimator min consecutive speech frames (2/3) 2020-09-29 11:02:10 +00:00
saturation_protector.h AGC2 AdaptiveModeLevelEstimator min consecutive speech frames (2/3) 2020-09-29 11:02:10 +00:00
signal_classifier_unittest.cc Noise level estimation for AGC2. 2018-04-04 18:23:55 +00:00
signal_classifier.cc Refactor cpu_features_wrapper.h functions from C to C++. 2020-09-07 08:44:24 +00:00
signal_classifier.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
vad_with_level_unittest.cc AGC2 VAD probability: instant decay / slow attack 2020-09-25 14:03:17 +00:00
vad_with_level.cc RNN VAD: FC and GRU layers implicit conversion to ArrayView 2020-12-03 18:02:25 +00:00
vad_with_level.h AGC2 RNN VAD: safe SIMD optimizations scheme + AVX2 kill switch 2020-12-02 10:09:24 +00:00
vector_float_frame.cc Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
vector_float_frame.h AGC2-fixed-digital: Level Estimator 2018-02-16 13:55:18 +00:00