1SILK_SOURCES = \
2silk/CNG.c \
3silk/code_signs.c \
4silk/init_decoder.c \
5silk/decode_core.c \
6silk/decode_frame.c \
7silk/decode_parameters.c \
8silk/decode_indices.c \
9silk/decode_pulses.c \
10silk/decoder_set_fs.c \
11silk/dec_API.c \
12silk/enc_API.c \
13silk/encode_indices.c \
14silk/encode_pulses.c \
15silk/gain_quant.c \
16silk/interpolate.c \
17silk/LP_variable_cutoff.c \
18silk/NLSF_decode.c \
19silk/NSQ.c \
20silk/NSQ_del_dec.c \
21silk/PLC.c \
22silk/shell_coder.c \
23silk/tables_gain.c \
24silk/tables_LTP.c \
25silk/tables_NLSF_CB_NB_MB.c \
26silk/tables_NLSF_CB_WB.c \
27silk/tables_other.c \
28silk/tables_pitch_lag.c \
29silk/tables_pulses_per_block.c \
30silk/VAD.c \
31silk/control_audio_bandwidth.c \
32silk/quant_LTP_gains.c \
33silk/VQ_WMat_EC.c \
34silk/HP_variable_cutoff.c \
35silk/NLSF_encode.c \
36silk/NLSF_VQ.c \
37silk/NLSF_unpack.c \
38silk/NLSF_del_dec_quant.c \
39silk/process_NLSFs.c \
40silk/stereo_LR_to_MS.c \
41silk/stereo_MS_to_LR.c \
42silk/check_control_input.c \
43silk/control_SNR.c \
44silk/init_encoder.c \
45silk/control_codec.c \
46silk/A2NLSF.c \
47silk/ana_filt_bank_1.c \
48silk/biquad_alt.c \
49silk/bwexpander_32.c \
50silk/bwexpander.c \
51silk/debug.c \
52silk/decode_pitch.c \
53silk/inner_prod_aligned.c \
54silk/lin2log.c \
55silk/log2lin.c \
56silk/LPC_analysis_filter.c \
57silk/LPC_inv_pred_gain.c \
58silk/table_LSF_cos.c \
59silk/NLSF2A.c \
60silk/NLSF_stabilize.c \
61silk/NLSF_VQ_weights_laroia.c \
62silk/pitch_est_tables.c \
63silk/resampler.c \
64silk/resampler_down2_3.c \
65silk/resampler_down2.c \
66silk/resampler_private_AR2.c \
67silk/resampler_private_down_FIR.c \
68silk/resampler_private_IIR_FIR.c \
69silk/resampler_private_up2_HQ.c \
70silk/resampler_rom.c \
71silk/sigm_Q15.c \
72silk/sort.c \
73silk/sum_sqr_shift.c \
74silk/stereo_decode_pred.c \
75silk/stereo_encode_pred.c \
76silk/stereo_find_predictor.c \
77silk/stereo_quant_pred.c
78
79
80SILK_SOURCES_FIXED = \
81silk/fixed/LTP_analysis_filter_FIX.c \
82silk/fixed/LTP_scale_ctrl_FIX.c \
83silk/fixed/corrMatrix_FIX.c \
84silk/fixed/encode_frame_FIX.c \
85silk/fixed/find_LPC_FIX.c \
86silk/fixed/find_LTP_FIX.c \
87silk/fixed/find_pitch_lags_FIX.c \
88silk/fixed/find_pred_coefs_FIX.c \
89silk/fixed/noise_shape_analysis_FIX.c \
90silk/fixed/prefilter_FIX.c \
91silk/fixed/process_gains_FIX.c \
92silk/fixed/regularize_correlations_FIX.c \
93silk/fixed/residual_energy16_FIX.c \
94silk/fixed/residual_energy_FIX.c \
95silk/fixed/solve_LS_FIX.c \
96silk/fixed/warped_autocorrelation_FIX.c \
97silk/fixed/apply_sine_window_FIX.c \
98silk/fixed/autocorr_FIX.c \
99silk/fixed/burg_modified_FIX.c \
100silk/fixed/k2a_FIX.c \
101silk/fixed/k2a_Q16_FIX.c \
102silk/fixed/pitch_analysis_core_FIX.c \
103silk/fixed/vector_ops_FIX.c \
104silk/fixed/schur64_FIX.c \
105silk/fixed/schur_FIX.c
106
107SILK_SOURCES_FLOAT = \
108silk/float/apply_sine_window_FLP.c \
109silk/float/corrMatrix_FLP.c \
110silk/float/encode_frame_FLP.c \
111silk/float/find_LPC_FLP.c \
112silk/float/find_LTP_FLP.c \
113silk/float/find_pitch_lags_FLP.c \
114silk/float/find_pred_coefs_FLP.c \
115silk/float/LPC_analysis_filter_FLP.c \
116silk/float/LTP_analysis_filter_FLP.c \
117silk/float/LTP_scale_ctrl_FLP.c \
118silk/float/noise_shape_analysis_FLP.c \
119silk/float/prefilter_FLP.c \
120silk/float/process_gains_FLP.c \
121silk/float/regularize_correlations_FLP.c \
122silk/float/residual_energy_FLP.c \
123silk/float/solve_LS_FLP.c \
124silk/float/warped_autocorrelation_FLP.c \
125silk/float/wrappers_FLP.c \
126silk/float/autocorrelation_FLP.c \
127silk/float/burg_modified_FLP.c \
128silk/float/bwexpander_FLP.c \
129silk/float/energy_FLP.c \
130silk/float/inner_product_FLP.c \
131silk/float/k2a_FLP.c \
132silk/float/levinsondurbin_FLP.c \
133silk/float/LPC_inv_pred_gain_FLP.c \
134silk/float/pitch_analysis_core_FLP.c \
135silk/float/scale_copy_vector_FLP.c \
136silk/float/scale_vector_FLP.c \
137silk/float/schur_FLP.c \
138silk/float/sort_FLP.c
139