rockbox/apps/codecs/libspeex
Andree Buschmann 398b37124e Remove all tabs within codec path.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24862 a1c6a512-1295-4272-9138-f99709370657
2010-02-22 19:44:05 +00:00
..
speex Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
_kiss_fft_guts.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
arch.h Remove various ABS() definitions with a single one using typeof (if using gcc) to avoid multiple evaluations of the input expressions. Speex still uses its own as I didn't want to change this imported code too much. 2009-08-03 01:38:58 +00:00
bits.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
cb_search.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
cb_search.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
cb_search_arm4.h
cb_search_bfin.h
cb_search_sse.h
config-speex.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
COPYING
exc_5_64_table.c
exc_5_256_table.c
exc_8_128_table.c
exc_10_16_table.c
exc_10_32_table.c
exc_20_32_table.c
fftwrap.c
fftwrap.h
filterbank.c
filterbank.h
filters.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
filters.h
filters_arm4.h Fix type mismatch warnings and errors exposed when building with EABI toolchain. 2009-07-11 00:22:26 +00:00
filters_arm4.S Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and remove some trailing white space. 2008-02-08 00:19:16 +00:00
filters_bfin.h
filters_cf.S
filters_sse.h
fixed_arm4.h
fixed_arm5e.h
fixed_bfin.h
fixed_debug.h
fixed_generic.h
gain_table.c Move some stuff out of IRAM for the voice decoder. 2007-11-24 21:29:46 +00:00
gain_table_lbr.c Move some stuff out of IRAM for the voice decoder. 2007-11-24 21:29:46 +00:00
hexc_10_32_table.c Move some stuff out of IRAM for the voice decoder. 2007-11-24 21:29:46 +00:00
hexc_table.c Move some stuff out of IRAM for the voice decoder. 2007-11-24 21:29:46 +00:00
high_lsp_tables.c Move some stuff out of IRAM for the voice decoder. 2007-11-24 21:29:46 +00:00
jitter.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
kiss_fft.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
kiss_fft.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
kiss_fftr.c
kiss_fftr.h
libspeex.make Oops, correct typo that made the previous commit useless 2009-11-29 21:41:58 +00:00
lpc.c
lpc.h
lpc_bfin.h
lsp.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
lsp.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
lsp_bfin.h
lsp_tables_nb.c Move some stuff out of IRAM for the voice decoder. 2007-11-24 21:29:46 +00:00
ltp.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
ltp.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
ltp_arm4.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
ltp_bfin.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
ltp_cf.S
ltp_sse.h
math_approx.h
mdf.c
misc_bfin.h
modes.c
modes.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
modes_wb.c
nb_celp.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
nb_celp.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
oggframing.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
os_support.h
preprocess.c
pseudofloat.h
quant_lsp.c
quant_lsp.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
quant_lsp_bfin.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
README.rockbox
resample.c
rockbox.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
sb_celp.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
sb_celp.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
smallft.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
smallft.h
SOURCES Exclude an unneeded file from the voice codec build. Remove non-existing feature from config-speex.h. 2007-12-08 00:50:16 +00:00
speex.c
speex_callbacks.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
speex_header.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
stack_alloc.h
stereo.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
vbr.c
vbr.h
vorbis_psy.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
vorbis_psy.h
vq.c
vq.h
vq_arm4.h
vq_bfin.h
vq_sse.h
window.c

Library: libspeex-1.2beta3 (SVN version 14054)
Imported: 2007-03-12 by Dan Everton


This directory contains a local version of libspeex for decoding Ogg/Speex
audio streams. 


LICENSING INFORMATION

Speex is available under the terms of the Xiph.Org variant of the BSD
license, which is both an open source and free software license. The
license is described in the COPYING file in this directory.


IMPORT DETAILS

The .[ch] files from speex/libspeex/ and speex/include/ were imported 
into Rockbox.  This includes the test files. Some hackery was done to
the include files so that they #include properly when built in Rockbox.

A simple config-speex.h file was added to enable libspeex's fixed-point
integer-only mode and to specify the endianness of the target CPU. Also,
ARM specific optimisations were enabled.

Since some parts of Speex still rely on <math.h> functions, a simple 
include was created to get these parts to compile. Stub functions can be
found in rockbox.c in this directory.