Chromium Code Reviews

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 1739993003: Adding fraction of filter divergence in AEC metrics. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: adding block_fraction_calculator and more Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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 100 matching lines...)
111 'transient/transient_detector.cc', 111 'transient/transient_detector.cc',
112 'transient/transient_detector.h', 112 'transient/transient_detector.h',
113 'transient/transient_suppressor.cc', 113 'transient/transient_suppressor.cc',
114 'transient/transient_suppressor.h', 114 'transient/transient_suppressor.h',
115 'transient/wpd_node.cc', 115 'transient/wpd_node.cc',
116 'transient/wpd_node.h', 116 'transient/wpd_node.h',
117 'transient/wpd_tree.cc', 117 'transient/wpd_tree.cc',
118 'transient/wpd_tree.h', 118 'transient/wpd_tree.h',
119 'typing_detection.cc', 119 'typing_detection.cc',
120 'typing_detection.h', 120 'typing_detection.h',
121 'utility/block_fraction_calculator.cc',
122 'utility/block_fraction_calculator.h',
121 'utility/block_mean_calculator.cc', 123 'utility/block_mean_calculator.cc',
122 'utility/block_mean_calculator.h', 124 'utility/block_mean_calculator.h',
123 'utility/delay_estimator.c', 125 'utility/delay_estimator.c',
124 'utility/delay_estimator.h', 126 'utility/delay_estimator.h',
125 'utility/delay_estimator_internal.h', 127 'utility/delay_estimator_internal.h',
126 'utility/delay_estimator_wrapper.c', 128 'utility/delay_estimator_wrapper.c',
127 'utility/delay_estimator_wrapper.h', 129 'utility/delay_estimator_wrapper.h',
128 'vad/common.h', 130 'vad/common.h',
129 'vad/gmm.cc', 131 'vad/gmm.cc',
130 'vad/gmm.h', 132 'vad/gmm.h',
(...skipping 139 matching lines...)
270 'sources': [ 272 'sources': [
271 'aec/aec_core_neon.cc', 273 'aec/aec_core_neon.cc',
272 'aec/aec_rdft_neon.c', 274 'aec/aec_rdft_neon.c',
273 'aecm/aecm_core_neon.c', 275 'aecm/aecm_core_neon.c',
274 'ns/nsx_core_neon.c', 276 'ns/nsx_core_neon.c',
275 ], 277 ],
276 }], 278 }],
277 }], 279 }],
278 ], 280 ],
279 } 281 }
OLDNEW

Powered by Google App Engine