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

Side by Side Diff: third_party/opus/opus_srcs.gypi

Issue 2165633002: Upgrade to Opus 1.1.3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move NEON optimization back inside the RTCD check Created 4 years, 4 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'opus_common_sources' : [ 7 'opus_common_sources' : [
8 'src/celt/_kiss_fft_guts.h', 8 'src/celt/_kiss_fft_guts.h',
9 'src/celt/arch.h', 9 'src/celt/arch.h',
10 'src/celt/bands.c', 10 'src/celt/bands.c',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'src/silk/inner_prod_aligned.c', 92 'src/silk/inner_prod_aligned.c',
93 'src/silk/interpolate.c', 93 'src/silk/interpolate.c',
94 'src/silk/lin2log.c', 94 'src/silk/lin2log.c',
95 'src/silk/log2lin.c', 95 'src/silk/log2lin.c',
96 'src/silk/LP_variable_cutoff.c', 96 'src/silk/LP_variable_cutoff.c',
97 'src/silk/LPC_analysis_filter.c', 97 'src/silk/LPC_analysis_filter.c',
98 'src/silk/LPC_inv_pred_gain.c', 98 'src/silk/LPC_inv_pred_gain.c',
99 'src/silk/MacroCount.h', 99 'src/silk/MacroCount.h',
100 'src/silk/MacroDebug.h', 100 'src/silk/MacroDebug.h',
101 'src/silk/macros.h', 101 'src/silk/macros.h',
102 'src/silk/NSQ.h',
102 'src/silk/main.h', 103 'src/silk/main.h',
103 'src/silk/NLSF2A.c', 104 'src/silk/NLSF2A.c',
104 'src/silk/NLSF_decode.c', 105 'src/silk/NLSF_decode.c',
105 'src/silk/NLSF_del_dec_quant.c', 106 'src/silk/NLSF_del_dec_quant.c',
106 'src/silk/NLSF_encode.c', 107 'src/silk/NLSF_encode.c',
107 'src/silk/NLSF_stabilize.c', 108 'src/silk/NLSF_stabilize.c',
108 'src/silk/NLSF_unpack.c', 109 'src/silk/NLSF_unpack.c',
109 'src/silk/NLSF_VQ.c', 110 'src/silk/NLSF_VQ.c',
110 'src/silk/NLSF_VQ_weights_laroia.c', 111 'src/silk/NLSF_VQ_weights_laroia.c',
111 'src/silk/NSQ.c', 112 'src/silk/NSQ.c',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'src/silk/float/schur_FLP.c', 228 'src/silk/float/schur_FLP.c',
228 'src/silk/float/SigProc_FLP.h', 229 'src/silk/float/SigProc_FLP.h',
229 'src/silk/float/solve_LS_FLP.c', 230 'src/silk/float/solve_LS_FLP.c',
230 'src/silk/float/sort_FLP.c', 231 'src/silk/float/sort_FLP.c',
231 'src/silk/float/structs_FLP.h', 232 'src/silk/float/structs_FLP.h',
232 'src/silk/float/warped_autocorrelation_FLP.c', 233 'src/silk/float/warped_autocorrelation_FLP.c',
233 'src/silk/float/wrappers_FLP.c', 234 'src/silk/float/wrappers_FLP.c',
234 ], 235 ],
235 } 236 }
236 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698