summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libspeex/SOURCES
diff options
context:
space:
mode:
authorSean Bartell <wingedtachikoma@gmail.com>2011-06-25 21:32:25 -0400
committerNils Wallménius <nils@rockbox.org>2012-04-25 22:13:20 +0200
commitf40bfc9267b13b54e6379dfe7539447662879d24 (patch)
tree9b20069d5e62809ff434061ad730096836f916f2 /lib/rbcodec/codecs/libspeex/SOURCES
parenta0009907de7a0107d49040d8a180f140e2eff299 (diff)
downloadrockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
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