2007-02-09 10:06:53 +00:00
|
|
|
bits.c
|
2007-02-10 11:44:26 +00:00
|
|
|
cb_search.c
|
|
|
|
exc_10_16_table.c
|
|
|
|
exc_10_32_table.c
|
|
|
|
exc_20_32_table.c
|
2007-02-09 10:06:53 +00:00
|
|
|
exc_5_256_table.c
|
|
|
|
exc_5_64_table.c
|
|
|
|
exc_8_128_table.c
|
2007-02-10 11:44:26 +00:00
|
|
|
filters.c
|
|
|
|
gain_table.c
|
|
|
|
gain_table_lbr.c
|
2007-02-09 10:06:53 +00:00
|
|
|
hexc_10_32_table.c
|
2007-02-10 11:44:26 +00:00
|
|
|
hexc_table.c
|
|
|
|
high_lsp_tables.c
|
|
|
|
lsp.c
|
|
|
|
lsp_tables_nb.c
|
|
|
|
ltp.c
|
|
|
|
modes.c
|
2007-10-26 01:16:55 +00:00
|
|
|
modes_wb.c
|
2007-02-10 11:44:26 +00:00
|
|
|
nb_celp.c
|
|
|
|
quant_lsp.c
|
|
|
|
sb_celp.c
|
|
|
|
speex.c
|
|
|
|
speex_callbacks.c
|
2007-11-14 00:55:05 +00:00
|
|
|
#ifndef ROCKBOX_VOICE_CODEC
|
2007-11-16 15:35:37 +00:00
|
|
|
#ifndef ROCKBOX_VOICE_ENCODER
|
2007-11-14 00:55:05 +00:00
|
|
|
oggframing.c
|
2007-11-16 15:35:37 +00:00
|
|
|
#endif
|
2007-02-10 11:44:26 +00:00
|
|
|
stereo.c
|
2007-12-08 00:50:16 +00:00
|
|
|
speex_header.c
|
2007-11-14 00:55:05 +00:00
|
|
|
#endif
|
2007-11-16 15:35:37 +00:00
|
|
|
#ifdef ROCKBOX_VOICE_ENCODER
|
|
|
|
lpc.c
|
|
|
|
vbr.c
|
|
|
|
vq.c
|
|
|
|
window.c
|
|
|
|
resample.c
|
|
|
|
#else
|
2007-10-22 23:44:19 +00:00
|
|
|
#ifdef CPU_COLDFIRE
|
|
|
|
filters_cf.S
|
2007-10-24 22:50:29 +00:00
|
|
|
ltp_cf.S
|
2007-11-01 21:11:26 +00:00
|
|
|
#elif defined(CPU_ARM)
|
|
|
|
filters_arm4.S
|
2007-10-22 23:44:19 +00:00
|
|
|
#endif
|
2007-11-16 15:35:37 +00:00
|
|
|
#endif
|