summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libspeex/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libspeex/SOURCES')
-rw-r--r--lib/rbcodec/codecs/libspeex/SOURCES45
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libspeex/SOURCES b/lib/rbcodec/codecs/libspeex/SOURCES
new file mode 100644
index 0000000000..575bcb5bae
--- /dev/null
+++ b/lib/rbcodec/codecs/libspeex/SOURCES
@@ -0,0 +1,45 @@
1bits.c
2cb_search.c
3exc_10_16_table.c
4exc_10_32_table.c
5exc_20_32_table.c
6exc_5_256_table.c
7exc_5_64_table.c
8exc_8_128_table.c
9filters.c
10gain_table.c
11gain_table_lbr.c
12hexc_10_32_table.c
13hexc_table.c
14high_lsp_tables.c
15lsp.c
16lsp_tables_nb.c
17ltp.c
18modes.c
19modes_wb.c
20nb_celp.c
21quant_lsp.c
22sb_celp.c
23speex.c
24speex_callbacks.c
25#ifndef ROCKBOX_VOICE_CODEC
26#ifndef ROCKBOX_VOICE_ENCODER
27oggframing.c
28#endif
29stereo.c
30speex_header.c
31#endif
32#ifdef ROCKBOX_VOICE_ENCODER
33lpc.c
34vbr.c
35vq.c
36window.c
37resample.c
38#else
39#ifdef CPU_COLDFIRE
40filters_cf.S
41ltp_cf.S
42#elif defined(CPU_ARM)
43filters_arm4.S
44#endif
45#endif