Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: webrtc/modules/audio_processing/BUILD.gn

Issue 2784023002: Major AEC3 render pipeline changes (Closed)
Patch Set: Disabled one more DEATH test that caused issues due to bug on bots Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/config/arm.gni") 9 import("//build/config/arm.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 28 matching lines...) Expand all
39 "aec3/block_processor.cc", 39 "aec3/block_processor.cc",
40 "aec3/block_processor.h", 40 "aec3/block_processor.h",
41 "aec3/block_processor_metrics.cc", 41 "aec3/block_processor_metrics.cc",
42 "aec3/block_processor_metrics.h", 42 "aec3/block_processor_metrics.h",
43 "aec3/cascaded_biquad_filter.cc", 43 "aec3/cascaded_biquad_filter.cc",
44 "aec3/cascaded_biquad_filter.h", 44 "aec3/cascaded_biquad_filter.h",
45 "aec3/comfort_noise_generator.cc", 45 "aec3/comfort_noise_generator.cc",
46 "aec3/comfort_noise_generator.h", 46 "aec3/comfort_noise_generator.h",
47 "aec3/decimator_by_4.cc", 47 "aec3/decimator_by_4.cc",
48 "aec3/decimator_by_4.h", 48 "aec3/decimator_by_4.h",
49 "aec3/downsampled_render_buffer.cc",
50 "aec3/downsampled_render_buffer.h",
49 "aec3/echo_canceller3.cc", 51 "aec3/echo_canceller3.cc",
50 "aec3/echo_canceller3.h", 52 "aec3/echo_canceller3.h",
51 "aec3/echo_path_delay_estimator.cc", 53 "aec3/echo_path_delay_estimator.cc",
52 "aec3/echo_path_delay_estimator.h", 54 "aec3/echo_path_delay_estimator.h",
53 "aec3/echo_path_variability.cc", 55 "aec3/echo_path_variability.cc",
54 "aec3/echo_path_variability.h", 56 "aec3/echo_path_variability.h",
55 "aec3/echo_remover.cc", 57 "aec3/echo_remover.cc",
56 "aec3/echo_remover.h", 58 "aec3/echo_remover.h",
57 "aec3/echo_remover_metrics.cc", 59 "aec3/echo_remover_metrics.cc",
58 "aec3/echo_remover_metrics.h", 60 "aec3/echo_remover_metrics.h",
59 "aec3/erl_estimator.cc", 61 "aec3/erl_estimator.cc",
60 "aec3/erl_estimator.h", 62 "aec3/erl_estimator.h",
61 "aec3/erle_estimator.cc", 63 "aec3/erle_estimator.cc",
62 "aec3/erle_estimator.h", 64 "aec3/erle_estimator.h",
63 "aec3/fft_buffer.cc",
64 "aec3/fft_buffer.h",
65 "aec3/fft_data.h", 65 "aec3/fft_data.h",
66 "aec3/frame_blocker.cc", 66 "aec3/frame_blocker.cc",
67 "aec3/frame_blocker.h", 67 "aec3/frame_blocker.h",
68 "aec3/main_filter_update_gain.cc", 68 "aec3/main_filter_update_gain.cc",
69 "aec3/main_filter_update_gain.h", 69 "aec3/main_filter_update_gain.h",
70 "aec3/matched_filter.cc", 70 "aec3/matched_filter.cc",
71 "aec3/matched_filter.h", 71 "aec3/matched_filter.h",
72 "aec3/matched_filter_lag_aggregator.cc", 72 "aec3/matched_filter_lag_aggregator.cc",
73 "aec3/matched_filter_lag_aggregator.h", 73 "aec3/matched_filter_lag_aggregator.h",
74 "aec3/output_selector.cc", 74 "aec3/output_selector.cc",
75 "aec3/output_selector.h", 75 "aec3/output_selector.h",
76 "aec3/power_echo_model.cc", 76 "aec3/power_echo_model.cc",
77 "aec3/power_echo_model.h", 77 "aec3/power_echo_model.h",
78 "aec3/render_buffer.cc",
79 "aec3/render_buffer.h",
78 "aec3/render_delay_buffer.cc", 80 "aec3/render_delay_buffer.cc",
79 "aec3/render_delay_buffer.h", 81 "aec3/render_delay_buffer.h",
80 "aec3/render_delay_controller.cc", 82 "aec3/render_delay_controller.cc",
81 "aec3/render_delay_controller.h", 83 "aec3/render_delay_controller.h",
82 "aec3/render_delay_controller_metrics.cc", 84 "aec3/render_delay_controller_metrics.cc",
83 "aec3/render_delay_controller_metrics.h", 85 "aec3/render_delay_controller_metrics.h",
84 "aec3/render_signal_analyzer.cc", 86 "aec3/render_signal_analyzer.cc",
85 "aec3/render_signal_analyzer.h", 87 "aec3/render_signal_analyzer.h",
86 "aec3/residual_echo_estimator.cc", 88 "aec3/residual_echo_estimator.cc",
87 "aec3/residual_echo_estimator.h", 89 "aec3/residual_echo_estimator.h",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "aec3/cascaded_biquad_filter_unittest.cc", 578 "aec3/cascaded_biquad_filter_unittest.cc",
577 "aec3/comfort_noise_generator_unittest.cc", 579 "aec3/comfort_noise_generator_unittest.cc",
578 "aec3/decimator_by_4_unittest.cc", 580 "aec3/decimator_by_4_unittest.cc",
579 "aec3/echo_canceller3_unittest.cc", 581 "aec3/echo_canceller3_unittest.cc",
580 "aec3/echo_path_delay_estimator_unittest.cc", 582 "aec3/echo_path_delay_estimator_unittest.cc",
581 "aec3/echo_path_variability_unittest.cc", 583 "aec3/echo_path_variability_unittest.cc",
582 "aec3/echo_remover_metrics_unittest.cc", 584 "aec3/echo_remover_metrics_unittest.cc",
583 "aec3/echo_remover_unittest.cc", 585 "aec3/echo_remover_unittest.cc",
584 "aec3/erl_estimator_unittest.cc", 586 "aec3/erl_estimator_unittest.cc",
585 "aec3/erle_estimator_unittest.cc", 587 "aec3/erle_estimator_unittest.cc",
586 "aec3/fft_buffer_unittest.cc",
587 "aec3/fft_data_unittest.cc", 588 "aec3/fft_data_unittest.cc",
588 "aec3/frame_blocker_unittest.cc", 589 "aec3/frame_blocker_unittest.cc",
589 "aec3/main_filter_update_gain_unittest.cc", 590 "aec3/main_filter_update_gain_unittest.cc",
590 "aec3/matched_filter_lag_aggregator_unittest.cc", 591 "aec3/matched_filter_lag_aggregator_unittest.cc",
591 "aec3/matched_filter_unittest.cc", 592 "aec3/matched_filter_unittest.cc",
592 "aec3/output_selector_unittest.cc", 593 "aec3/output_selector_unittest.cc",
593 "aec3/power_echo_model_unittest.cc", 594 "aec3/power_echo_model_unittest.cc",
595 "aec3/render_buffer_unittest.cc",
594 "aec3/render_delay_buffer_unittest.cc", 596 "aec3/render_delay_buffer_unittest.cc",
595 "aec3/render_delay_controller_metrics_unittest.cc", 597 "aec3/render_delay_controller_metrics_unittest.cc",
596 "aec3/render_delay_controller_unittest.cc", 598 "aec3/render_delay_controller_unittest.cc",
597 "aec3/render_signal_analyzer_unittest.cc", 599 "aec3/render_signal_analyzer_unittest.cc",
598 "aec3/residual_echo_estimator_unittest.cc", 600 "aec3/residual_echo_estimator_unittest.cc",
599 "aec3/shadow_filter_update_gain_unittest.cc", 601 "aec3/shadow_filter_update_gain_unittest.cc",
600 "aec3/subtractor_unittest.cc", 602 "aec3/subtractor_unittest.cc",
601 "aec3/suppression_filter_unittest.cc", 603 "aec3/suppression_filter_unittest.cc",
602 "aec3/suppression_gain_unittest.cc", 604 "aec3/suppression_gain_unittest.cc",
603 "audio_processing_impl_locking_unittest.cc", 605 "audio_processing_impl_locking_unittest.cc",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 ] 817 ]
816 818
817 deps = [ 819 deps = [
818 ":audioproc_debug_proto", 820 ":audioproc_debug_proto",
819 "../..:webrtc_common", 821 "../..:webrtc_common",
820 "../../base:rtc_base_approved", 822 "../../base:rtc_base_approved",
821 ] 823 ]
822 } 824 }
823 } 825 }
824 } 826 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698