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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'transient/wpd_node.h', | 117 'transient/wpd_node.h', |
118 'transient/wpd_tree.cc', | 118 'transient/wpd_tree.cc', |
119 'transient/wpd_tree.h', | 119 'transient/wpd_tree.h', |
120 'typing_detection.cc', | 120 'typing_detection.cc', |
121 'typing_detection.h', | 121 'typing_detection.h', |
122 'utility/delay_estimator.c', | 122 'utility/delay_estimator.c', |
123 'utility/delay_estimator.h', | 123 'utility/delay_estimator.h', |
124 'utility/delay_estimator_internal.h', | 124 'utility/delay_estimator_internal.h', |
125 'utility/delay_estimator_wrapper.c', | 125 'utility/delay_estimator_wrapper.c', |
126 'utility/delay_estimator_wrapper.h', | 126 'utility/delay_estimator_wrapper.h', |
| 127 'utility/mean_calculator.cc', |
| 128 'utility/mean_calculator.h', |
127 'vad/common.h', | 129 'vad/common.h', |
128 'vad/gmm.cc', | 130 'vad/gmm.cc', |
129 'vad/gmm.h', | 131 'vad/gmm.h', |
130 'vad/noise_gmm_tables.h', | 132 'vad/noise_gmm_tables.h', |
131 'vad/pitch_based_vad.cc', | 133 'vad/pitch_based_vad.cc', |
132 'vad/pitch_based_vad.h', | 134 'vad/pitch_based_vad.h', |
133 'vad/pitch_internal.cc', | 135 'vad/pitch_internal.cc', |
134 'vad/pitch_internal.h', | 136 'vad/pitch_internal.h', |
135 'vad/pole_zero_filter.cc', | 137 'vad/pole_zero_filter.cc', |
136 'vad/pole_zero_filter.h', | 138 'vad/pole_zero_filter.h', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'sources': [ | 271 'sources': [ |
270 'aec/aec_core_neon.cc', | 272 'aec/aec_core_neon.cc', |
271 'aec/aec_rdft_neon.c', | 273 'aec/aec_rdft_neon.c', |
272 'aecm/aecm_core_neon.c', | 274 'aecm/aecm_core_neon.c', |
273 'ns/nsx_core_neon.c', | 275 'ns/nsx_core_neon.c', |
274 ], | 276 ], |
275 }], | 277 }], |
276 }], | 278 }], |
277 ], | 279 ], |
278 } | 280 } |
OLD | NEW |