Mercurial > hg > sv-dependency-builds
comparison src/opus-1.3/silk_sources.mk @ 69:7aeed7906520
Add Opus sources and macOS builds
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:85d5306e114e | 69:7aeed7906520 |
---|---|
1 SILK_SOURCES = \ | |
2 silk/CNG.c \ | |
3 silk/code_signs.c \ | |
4 silk/init_decoder.c \ | |
5 silk/decode_core.c \ | |
6 silk/decode_frame.c \ | |
7 silk/decode_parameters.c \ | |
8 silk/decode_indices.c \ | |
9 silk/decode_pulses.c \ | |
10 silk/decoder_set_fs.c \ | |
11 silk/dec_API.c \ | |
12 silk/enc_API.c \ | |
13 silk/encode_indices.c \ | |
14 silk/encode_pulses.c \ | |
15 silk/gain_quant.c \ | |
16 silk/interpolate.c \ | |
17 silk/LP_variable_cutoff.c \ | |
18 silk/NLSF_decode.c \ | |
19 silk/NSQ.c \ | |
20 silk/NSQ_del_dec.c \ | |
21 silk/PLC.c \ | |
22 silk/shell_coder.c \ | |
23 silk/tables_gain.c \ | |
24 silk/tables_LTP.c \ | |
25 silk/tables_NLSF_CB_NB_MB.c \ | |
26 silk/tables_NLSF_CB_WB.c \ | |
27 silk/tables_other.c \ | |
28 silk/tables_pitch_lag.c \ | |
29 silk/tables_pulses_per_block.c \ | |
30 silk/VAD.c \ | |
31 silk/control_audio_bandwidth.c \ | |
32 silk/quant_LTP_gains.c \ | |
33 silk/VQ_WMat_EC.c \ | |
34 silk/HP_variable_cutoff.c \ | |
35 silk/NLSF_encode.c \ | |
36 silk/NLSF_VQ.c \ | |
37 silk/NLSF_unpack.c \ | |
38 silk/NLSF_del_dec_quant.c \ | |
39 silk/process_NLSFs.c \ | |
40 silk/stereo_LR_to_MS.c \ | |
41 silk/stereo_MS_to_LR.c \ | |
42 silk/check_control_input.c \ | |
43 silk/control_SNR.c \ | |
44 silk/init_encoder.c \ | |
45 silk/control_codec.c \ | |
46 silk/A2NLSF.c \ | |
47 silk/ana_filt_bank_1.c \ | |
48 silk/biquad_alt.c \ | |
49 silk/bwexpander_32.c \ | |
50 silk/bwexpander.c \ | |
51 silk/debug.c \ | |
52 silk/decode_pitch.c \ | |
53 silk/inner_prod_aligned.c \ | |
54 silk/lin2log.c \ | |
55 silk/log2lin.c \ | |
56 silk/LPC_analysis_filter.c \ | |
57 silk/LPC_inv_pred_gain.c \ | |
58 silk/table_LSF_cos.c \ | |
59 silk/NLSF2A.c \ | |
60 silk/NLSF_stabilize.c \ | |
61 silk/NLSF_VQ_weights_laroia.c \ | |
62 silk/pitch_est_tables.c \ | |
63 silk/resampler.c \ | |
64 silk/resampler_down2_3.c \ | |
65 silk/resampler_down2.c \ | |
66 silk/resampler_private_AR2.c \ | |
67 silk/resampler_private_down_FIR.c \ | |
68 silk/resampler_private_IIR_FIR.c \ | |
69 silk/resampler_private_up2_HQ.c \ | |
70 silk/resampler_rom.c \ | |
71 silk/sigm_Q15.c \ | |
72 silk/sort.c \ | |
73 silk/sum_sqr_shift.c \ | |
74 silk/stereo_decode_pred.c \ | |
75 silk/stereo_encode_pred.c \ | |
76 silk/stereo_find_predictor.c \ | |
77 silk/stereo_quant_pred.c \ | |
78 silk/LPC_fit.c | |
79 | |
80 SILK_SOURCES_SSE4_1 = silk/x86/NSQ_sse4_1.c \ | |
81 silk/x86/NSQ_del_dec_sse4_1.c \ | |
82 silk/x86/x86_silk_map.c \ | |
83 silk/x86/VAD_sse4_1.c \ | |
84 silk/x86/VQ_WMat_EC_sse4_1.c | |
85 | |
86 SILK_SOURCES_ARM_NEON_INTR = \ | |
87 silk/arm/arm_silk_map.c \ | |
88 silk/arm/biquad_alt_neon_intr.c \ | |
89 silk/arm/LPC_inv_pred_gain_neon_intr.c \ | |
90 silk/arm/NSQ_del_dec_neon_intr.c \ | |
91 silk/arm/NSQ_neon.c | |
92 | |
93 SILK_SOURCES_FIXED = \ | |
94 silk/fixed/LTP_analysis_filter_FIX.c \ | |
95 silk/fixed/LTP_scale_ctrl_FIX.c \ | |
96 silk/fixed/corrMatrix_FIX.c \ | |
97 silk/fixed/encode_frame_FIX.c \ | |
98 silk/fixed/find_LPC_FIX.c \ | |
99 silk/fixed/find_LTP_FIX.c \ | |
100 silk/fixed/find_pitch_lags_FIX.c \ | |
101 silk/fixed/find_pred_coefs_FIX.c \ | |
102 silk/fixed/noise_shape_analysis_FIX.c \ | |
103 silk/fixed/process_gains_FIX.c \ | |
104 silk/fixed/regularize_correlations_FIX.c \ | |
105 silk/fixed/residual_energy16_FIX.c \ | |
106 silk/fixed/residual_energy_FIX.c \ | |
107 silk/fixed/warped_autocorrelation_FIX.c \ | |
108 silk/fixed/apply_sine_window_FIX.c \ | |
109 silk/fixed/autocorr_FIX.c \ | |
110 silk/fixed/burg_modified_FIX.c \ | |
111 silk/fixed/k2a_FIX.c \ | |
112 silk/fixed/k2a_Q16_FIX.c \ | |
113 silk/fixed/pitch_analysis_core_FIX.c \ | |
114 silk/fixed/vector_ops_FIX.c \ | |
115 silk/fixed/schur64_FIX.c \ | |
116 silk/fixed/schur_FIX.c | |
117 | |
118 SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse4_1.c \ | |
119 silk/fixed/x86/burg_modified_FIX_sse4_1.c | |
120 | |
121 SILK_SOURCES_FIXED_ARM_NEON_INTR = \ | |
122 silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c | |
123 | |
124 SILK_SOURCES_FLOAT = \ | |
125 silk/float/apply_sine_window_FLP.c \ | |
126 silk/float/corrMatrix_FLP.c \ | |
127 silk/float/encode_frame_FLP.c \ | |
128 silk/float/find_LPC_FLP.c \ | |
129 silk/float/find_LTP_FLP.c \ | |
130 silk/float/find_pitch_lags_FLP.c \ | |
131 silk/float/find_pred_coefs_FLP.c \ | |
132 silk/float/LPC_analysis_filter_FLP.c \ | |
133 silk/float/LTP_analysis_filter_FLP.c \ | |
134 silk/float/LTP_scale_ctrl_FLP.c \ | |
135 silk/float/noise_shape_analysis_FLP.c \ | |
136 silk/float/process_gains_FLP.c \ | |
137 silk/float/regularize_correlations_FLP.c \ | |
138 silk/float/residual_energy_FLP.c \ | |
139 silk/float/warped_autocorrelation_FLP.c \ | |
140 silk/float/wrappers_FLP.c \ | |
141 silk/float/autocorrelation_FLP.c \ | |
142 silk/float/burg_modified_FLP.c \ | |
143 silk/float/bwexpander_FLP.c \ | |
144 silk/float/energy_FLP.c \ | |
145 silk/float/inner_product_FLP.c \ | |
146 silk/float/k2a_FLP.c \ | |
147 silk/float/LPC_inv_pred_gain_FLP.c \ | |
148 silk/float/pitch_analysis_core_FLP.c \ | |
149 silk/float/scale_copy_vector_FLP.c \ | |
150 silk/float/scale_vector_FLP.c \ | |
151 silk/float/schur_FLP.c \ | |
152 silk/float/sort_FLP.c |