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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'intelligibility/intelligibility_enhancer.cc', | 84 'intelligibility/intelligibility_enhancer.cc', |
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 'noise_suppression_impl.cc', | 90 'noise_suppression_impl.cc', |
91 'noise_suppression_impl.h', | 91 'noise_suppression_impl.h', |
92 'processing_component.cc', | 92 'processing_component.cc', |
93 'processing_component.h', | 93 'processing_component.h', |
| 94 'repetition_detector.cc', |
| 95 'repetition_detector.h', |
94 'rms_level.cc', | 96 'rms_level.cc', |
95 'rms_level.h', | 97 'rms_level.h', |
96 'splitting_filter.cc', | 98 'splitting_filter.cc', |
97 'splitting_filter.h', | 99 'splitting_filter.h', |
98 'three_band_filter_bank.cc', | 100 'three_band_filter_bank.cc', |
99 'three_band_filter_bank.h', | 101 'three_band_filter_bank.h', |
100 'transient/common.h', | 102 'transient/common.h', |
101 'transient/daubechies_8_wavelet_coeffs.h', | 103 'transient/daubechies_8_wavelet_coeffs.h', |
102 'transient/dyadic_decimator.h', | 104 'transient/dyadic_decimator.h', |
103 'transient/moving_moments.cc', | 105 'transient/moving_moments.cc', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'sources': [ | 264 'sources': [ |
263 'aec/aec_core_neon.c', | 265 'aec/aec_core_neon.c', |
264 'aec/aec_rdft_neon.c', | 266 'aec/aec_rdft_neon.c', |
265 'aecm/aecm_core_neon.c', | 267 'aecm/aecm_core_neon.c', |
266 'ns/nsx_core_neon.c', | 268 'ns/nsx_core_neon.c', |
267 ], | 269 ], |
268 }], | 270 }], |
269 }], | 271 }], |
270 ], | 272 ], |
271 } | 273 } |
OLD | NEW |