Build doom on clipv2 and clip+
[kugel-rb.git] / apps / codecs / libspeex / SOURCES
blob575bcb5baec65553d4cc1949afed4504c4c4e478
1 bits.c
2 cb_search.c
3 exc_10_16_table.c
4 exc_10_32_table.c
5 exc_20_32_table.c
6 exc_5_256_table.c
7 exc_5_64_table.c
8 exc_8_128_table.c
9 filters.c
10 gain_table.c
11 gain_table_lbr.c
12 hexc_10_32_table.c
13 hexc_table.c
14 high_lsp_tables.c
15 lsp.c
16 lsp_tables_nb.c
17 ltp.c
18 modes.c
19 modes_wb.c
20 nb_celp.c
21 quant_lsp.c
22 sb_celp.c
23 speex.c
24 speex_callbacks.c
25 #ifndef ROCKBOX_VOICE_CODEC
26 #ifndef ROCKBOX_VOICE_ENCODER
27 oggframing.c
28 #endif
29 stereo.c
30 speex_header.c
31 #endif
32 #ifdef ROCKBOX_VOICE_ENCODER
33 lpc.c
34 vbr.c
35 vq.c
36 window.c
37 resample.c
38 #else
39 #ifdef CPU_COLDFIRE
40 filters_cf.S
41 ltp_cf.S
42 #elif defined(CPU_ARM)
43 filters_arm4.S
44 #endif
45 #endif