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

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

Issue 1388033002: Make the separation between target and interferer scenario depend on microphone spacing in Nonlinea… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@nlbf3
Patch Set: Formatting Created 5 years, 2 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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'agc/legacy/analog_agc.h', 57 'agc/legacy/analog_agc.h',
58 'agc/legacy/digital_agc.c', 58 'agc/legacy/digital_agc.c',
59 'agc/legacy/digital_agc.h', 59 'agc/legacy/digital_agc.h',
60 'agc/legacy/gain_control.h', 60 'agc/legacy/gain_control.h',
61 'agc/utility.cc', 61 'agc/utility.cc',
62 'agc/utility.h', 62 'agc/utility.h',
63 'audio_buffer.cc', 63 'audio_buffer.cc',
64 'audio_buffer.h', 64 'audio_buffer.h',
65 'audio_processing_impl.cc', 65 'audio_processing_impl.cc',
66 'audio_processing_impl.h', 66 'audio_processing_impl.h',
67 'beamformer/array_util.cc',
68 'beamformer/array_util.h',
67 'beamformer/beamformer.h', 69 'beamformer/beamformer.h',
68 'beamformer/complex_matrix.h', 70 'beamformer/complex_matrix.h',
69 'beamformer/covariance_matrix_generator.cc', 71 'beamformer/covariance_matrix_generator.cc',
70 'beamformer/covariance_matrix_generator.h', 72 'beamformer/covariance_matrix_generator.h',
71 'beamformer/matrix.h', 73 'beamformer/matrix.h',
72 'beamformer/nonlinear_beamformer.cc', 74 'beamformer/nonlinear_beamformer.cc',
73 'beamformer/nonlinear_beamformer.h', 75 'beamformer/nonlinear_beamformer.h',
74 'common.h', 76 'common.h',
75 'echo_cancellation_impl.cc', 77 'echo_cancellation_impl.cc',
76 'echo_cancellation_impl.h', 78 'echo_cancellation_impl.h',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'sources': [ 267 'sources': [
266 'aec/aec_core_neon.c', 268 'aec/aec_core_neon.c',
267 'aec/aec_rdft_neon.c', 269 'aec/aec_rdft_neon.c',
268 'aecm/aecm_core_neon.c', 270 'aecm/aecm_core_neon.c',
269 'ns/nsx_core_neon.c', 271 'ns/nsx_core_neon.c',
270 ], 272 ],
271 }], 273 }],
272 }], 274 }],
273 ], 275 ],
274 } 276 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/audio_processing/beamformer/array_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698