summaryrefslogtreecommitdiff
path: root/external/opus-1.1.4/CMakeLists.txt
blob: 0d25ad3c352ab5a3218527855ee104f94174245c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230

add_definitions(
    -DFLOATING_POINT
    -DFLOAT_APPROX
    -DOPUS_BUILD
    -DUSE_CODEC_OPUS
    -DUSE_ALLOCA
    -DHAVE_LRINTF
    )

add_library(
    opus STATIC
    #
    include/opus.h
    include/opus_custom.h
    include/opus_defines.h
    include/opus_multistream.h
    include/opus_types.h
    #
    celt/_kiss_fft_guts.h
    celt/arch.h
    celt/arm/armcpu.h
    celt/arm/fixed_armv4.h
    celt/arm/fixed_armv5e.h
    celt/arm/kiss_fft_armv4.h
    celt/arm/kiss_fft_armv5e.h
    celt/arm/pitch_arm.h
    celt/bands.c
    celt/bands.h
    celt/celt.c
    celt/celt.h
    celt/celt_decoder.c
    celt/celt_encoder.c
    celt/celt_lpc.c
    celt/celt_lpc.h
    celt/cpu_support.h
    celt/cwrs.c
    celt/cwrs.h
    celt/ecintrin.h
    celt/entcode.c
    celt/entcode.h
    celt/entdec.c
    celt/entdec.h
    celt/entenc.c
    celt/entenc.h
    celt/fixed_debug.h
    celt/fixed_generic.h
    celt/float_cast.h
    celt/kiss_fft.c
    celt/kiss_fft.h
    celt/laplace.c
    celt/laplace.h
    celt/mathops.c
    celt/mathops.h
    celt/mdct.c
    celt/mdct.h
    celt/mfrngcod.h
    celt/modes.c
    celt/modes.h
    celt/os_support.h
    celt/pitch.c
    celt/pitch.h
    celt/quant_bands.c
    celt/quant_bands.h
    celt/rate.c
    celt/rate.h
    celt/stack_alloc.h
    celt/static_modes_fixed.h
    celt/static_modes_float.h
    celt/vq.c
    celt/vq.h
    celt/x86/pitch_sse.h
    silk/A2NLSF.c
    silk/API.h
    silk/CNG.c
    silk/HP_variable_cutoff.c
    silk/Inlines.h
    silk/LPC_analysis_filter.c
    silk/LPC_inv_pred_gain.c
    silk/LP_variable_cutoff.c
    silk/MacroCount.h
    silk/MacroDebug.h
    silk/NLSF2A.c
    silk/NLSF_VQ.c
    silk/NLSF_VQ_weights_laroia.c
    silk/NLSF_decode.c
    silk/NLSF_del_dec_quant.c
    silk/NLSF_encode.c
    silk/NLSF_stabilize.c
    silk/NLSF_unpack.c
    silk/NSQ.c
    silk/NSQ_del_dec.c
    silk/PLC.c
    silk/PLC.h
    silk/SigProc_FIX.h
    silk/VAD.c
    silk/VQ_WMat_EC.c
    silk/ana_filt_bank_1.c
    silk/arm/SigProc_FIX_armv4.h
    silk/arm/SigProc_FIX_armv5e.h
    silk/arm/macros_armv4.h
    silk/arm/macros_armv5e.h
    silk/biquad_alt.c
    silk/bwexpander.c
    silk/bwexpander_32.c
    silk/check_control_input.c
    silk/code_signs.c
    silk/control.h
    silk/control_SNR.c
    silk/control_audio_bandwidth.c
    silk/control_codec.c
    silk/debug.c
    silk/debug.h
    silk/dec_API.c
    silk/decode_core.c
    silk/decode_frame.c
    silk/decode_indices.c
    silk/decode_parameters.c
    silk/decode_pitch.c
    silk/decode_pulses.c
    silk/decoder_set_fs.c
    silk/define.h
    silk/enc_API.c
    silk/encode_indices.c
    silk/encode_pulses.c
    silk/errors.h
    silk/fixed/main_FIX.h
    silk/fixed/structs_FIX.h
    silk/float/LPC_analysis_filter_FLP.c
    silk/float/LPC_inv_pred_gain_FLP.c
    silk/float/LTP_analysis_filter_FLP.c
    silk/float/LTP_scale_ctrl_FLP.c
    silk/float/SigProc_FLP.h
    silk/float/apply_sine_window_FLP.c
    silk/float/autocorrelation_FLP.c
    silk/float/burg_modified_FLP.c
    silk/float/bwexpander_FLP.c
    silk/float/corrMatrix_FLP.c
    silk/float/encode_frame_FLP.c
    silk/float/energy_FLP.c
    silk/float/find_LPC_FLP.c
    silk/float/find_LTP_FLP.c
    silk/float/find_pitch_lags_FLP.c
    silk/float/find_pred_coefs_FLP.c
    silk/float/inner_product_FLP.c
    silk/float/k2a_FLP.c
    silk/float/levinsondurbin_FLP.c
    silk/float/main_FLP.h
    silk/float/noise_shape_analysis_FLP.c
    silk/float/pitch_analysis_core_FLP.c
    silk/float/prefilter_FLP.c
    silk/float/process_gains_FLP.c
    silk/float/regularize_correlations_FLP.c
    silk/float/residual_energy_FLP.c
    silk/float/scale_copy_vector_FLP.c
    silk/float/scale_vector_FLP.c
    silk/float/schur_FLP.c
    silk/float/solve_LS_FLP.c
    silk/float/sort_FLP.c
    silk/float/structs_FLP.h
    silk/float/warped_autocorrelation_FLP.c
    silk/float/wrappers_FLP.c
    silk/gain_quant.c
    silk/init_decoder.c
    silk/init_encoder.c
    silk/inner_prod_aligned.c
    silk/interpolate.c
    silk/lin2log.c
    silk/log2lin.c
    silk/macros.h
    silk/main.h
    silk/pitch_est_defines.h
    silk/pitch_est_tables.c
    silk/process_NLSFs.c
    silk/quant_LTP_gains.c
    silk/resampler.c
    silk/resampler_down2.c
    silk/resampler_down2_3.c
    silk/resampler_private.h
    silk/resampler_private_AR2.c
    silk/resampler_private_IIR_FIR.c
    silk/resampler_private_down_FIR.c
    silk/resampler_private_up2_HQ.c
    silk/resampler_rom.c
    silk/resampler_rom.h
    silk/resampler_structs.h
    silk/shell_coder.c
    silk/sigm_Q15.c
    silk/sort.c
    silk/stereo_LR_to_MS.c
    silk/stereo_MS_to_LR.c
    silk/stereo_decode_pred.c
    silk/stereo_encode_pred.c
    silk/stereo_find_predictor.c
    silk/stereo_quant_pred.c
    silk/structs.h
    silk/sum_sqr_shift.c
    silk/table_LSF_cos.c
    silk/tables.h
    silk/tables_LTP.c
    silk/tables_NLSF_CB_NB_MB.c
    silk/tables_NLSF_CB_WB.c
    silk/tables_gain.c
    silk/tables_other.c
    silk/tables_pitch_lag.c
    silk/tables_pulses_per_block.c
    silk/tuning_parameters.h
    silk/typedef.h
    src/analysis.c
    src/analysis.h
    src/mlp.c
    src/mlp.h
    src/mlp_data.c
    src/opus.c
    src/opus_decoder.c
    src/opus_encoder.c
    src/opus_multistream.c
    src/opus_multistream_decoder.c
    src/opus_multistream_encoder.c
    src/opus_private.h
    src/repacketizer.c
    src/tansig_table.h
    )

include_directories(
    celt
    include
    silk
    silk/float
    )