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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 1925053002: Revert of Avoiding overflow in cross correlation in NetEq. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'audio_multi_vector.cc', 66 'audio_multi_vector.cc',
67 'audio_multi_vector.h', 67 'audio_multi_vector.h',
68 'audio_vector.cc', 68 'audio_vector.cc',
69 'audio_vector.h', 69 'audio_vector.h',
70 'background_noise.cc', 70 'background_noise.cc',
71 'background_noise.h', 71 'background_noise.h',
72 'buffer_level_filter.cc', 72 'buffer_level_filter.cc',
73 'buffer_level_filter.h', 73 'buffer_level_filter.h',
74 'comfort_noise.cc', 74 'comfort_noise.cc',
75 'comfort_noise.h', 75 'comfort_noise.h',
76 'cross_correlation.cc',
77 'cross_correlation.h',
78 'decision_logic.cc', 76 'decision_logic.cc',
79 'decision_logic.h', 77 'decision_logic.h',
80 'decision_logic_fax.cc', 78 'decision_logic_fax.cc',
81 'decision_logic_fax.h', 79 'decision_logic_fax.h',
82 'decision_logic_normal.cc', 80 'decision_logic_normal.cc',
83 'decision_logic_normal.h', 81 'decision_logic_normal.h',
84 'decoder_database.cc', 82 'decoder_database.cc',
85 'decoder_database.h', 83 'decoder_database.h',
86 'defines.h', 84 'defines.h',
87 'delay_manager.cc', 85 'delay_manager.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'tools/rtp_file_source.cc', 204 'tools/rtp_file_source.cc',
207 'tools/rtp_file_source.h', 205 'tools/rtp_file_source.h',
208 'tools/rtp_generator.cc', 206 'tools/rtp_generator.cc',
209 'tools/rtp_generator.h', 207 'tools/rtp_generator.h',
210 ], 208 ],
211 }, # neteq_unittest_tools 209 }, # neteq_unittest_tools
212 ], # targets 210 ], # targets
213 }], # include_tests 211 }], # include_tests
214 ], # conditions 212 ], # conditions
215 } 213 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/merge.cc ('k') | webrtc/modules/audio_coding/neteq/time_stretch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698