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

Side by Side Diff: webrtc/common_audio/common_audio.gyp

Issue 2014023002: Add clz functions (Count number of Leading Zero bits), 32-and 64-bit variants (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@bug601787-1
Patch Set: fix comments Created 4 years, 6 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
« no previous file with comments | « webrtc/common_audio/BUILD.gn ('k') | webrtc/common_audio/real_fourier.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 'includes': [ 10 'includes': [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'signal_processing/randomization_functions.c', 87 'signal_processing/randomization_functions.c',
88 'signal_processing/refl_coef_to_lpc.c', 88 'signal_processing/refl_coef_to_lpc.c',
89 'signal_processing/real_fft.c', 89 'signal_processing/real_fft.c',
90 'signal_processing/resample.c', 90 'signal_processing/resample.c',
91 'signal_processing/resample_48khz.c', 91 'signal_processing/resample_48khz.c',
92 'signal_processing/resample_by_2.c', 92 'signal_processing/resample_by_2.c',
93 'signal_processing/resample_by_2_internal.c', 93 'signal_processing/resample_by_2_internal.c',
94 'signal_processing/resample_by_2_internal.h', 94 'signal_processing/resample_by_2_internal.h',
95 'signal_processing/resample_fractional.c', 95 'signal_processing/resample_fractional.c',
96 'signal_processing/spl_init.c', 96 'signal_processing/spl_init.c',
97 'signal_processing/spl_inl.c',
97 'signal_processing/spl_sqrt.c', 98 'signal_processing/spl_sqrt.c',
98 'signal_processing/spl_sqrt_floor.c', 99 'signal_processing/spl_sqrt_floor.c',
99 'signal_processing/splitting_filter.c', 100 'signal_processing/splitting_filter.c',
100 'signal_processing/sqrt_of_one_minus_x_squared.c', 101 'signal_processing/sqrt_of_one_minus_x_squared.c',
101 'signal_processing/vector_scaling_operations.c', 102 'signal_processing/vector_scaling_operations.c',
102 'sparse_fir_filter.cc', 103 'sparse_fir_filter.cc',
103 'sparse_fir_filter.h', 104 'sparse_fir_filter.h',
104 'vad/include/vad.h', 105 'vad/include/vad.h',
105 'vad/include/webrtc_vad.h', 106 'vad/include/webrtc_vad.h',
106 'vad/vad.cc', 107 'vad/vad.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'sources': [ 331 'sources': [
331 'common_audio_unittests.isolate', 332 'common_audio_unittests.isolate',
332 ], 333 ],
333 }, 334 },
334 ], 335 ],
335 }], 336 }],
336 ], 337 ],
337 }], 338 }],
338 ], # conditions 339 ], # conditions
339 } 340 }
OLDNEW
« no previous file with comments | « webrtc/common_audio/BUILD.gn ('k') | webrtc/common_audio/real_fourier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698