OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 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 { | 9 { |
10 'variables': { | 10 'variables': { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'intelligibility/intelligibility_enhancer.h', | 85 'intelligibility/intelligibility_enhancer.h', |
86 'intelligibility/intelligibility_utils.cc', | 86 'intelligibility/intelligibility_utils.cc', |
87 'intelligibility/intelligibility_utils.h', | 87 'intelligibility/intelligibility_utils.h', |
88 'level_estimator_impl.cc', | 88 'level_estimator_impl.cc', |
89 'level_estimator_impl.h', | 89 'level_estimator_impl.h', |
90 'logging/aec_logging.h', | 90 'logging/aec_logging.h', |
91 'logging/aec_logging_file_handling.cc', | 91 'logging/aec_logging_file_handling.cc', |
92 'logging/aec_logging_file_handling.h', | 92 'logging/aec_logging_file_handling.h', |
93 'noise_suppression_impl.cc', | 93 'noise_suppression_impl.cc', |
94 'noise_suppression_impl.h', | 94 'noise_suppression_impl.h', |
| 95 'swap_queue.h', |
95 'processing_component.cc', | 96 'processing_component.cc', |
96 'processing_component.h', | 97 'processing_component.h', |
97 'rms_level.cc', | 98 'rms_level.cc', |
98 'rms_level.h', | 99 'rms_level.h', |
99 'splitting_filter.cc', | 100 'splitting_filter.cc', |
100 'splitting_filter.h', | 101 'splitting_filter.h', |
101 'three_band_filter_bank.cc', | 102 'three_band_filter_bank.cc', |
102 'three_band_filter_bank.h', | 103 'three_band_filter_bank.h', |
103 'transient/common.h', | 104 'transient/common.h', |
104 'transient/daubechies_8_wavelet_coeffs.h', | 105 'transient/daubechies_8_wavelet_coeffs.h', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'sources': [ | 266 'sources': [ |
266 'aec/aec_core_neon.c', | 267 'aec/aec_core_neon.c', |
267 'aec/aec_rdft_neon.c', | 268 'aec/aec_rdft_neon.c', |
268 'aecm/aecm_core_neon.c', | 269 'aecm/aecm_core_neon.c', |
269 'ns/nsx_core_neon.c', | 270 'ns/nsx_core_neon.c', |
270 ], | 271 ], |
271 }], | 272 }], |
272 }], | 273 }], |
273 ], | 274 ], |
274 } | 275 } |
OLD | NEW |