rockbox/apps/codecs/libspeex
Thomas Martitz 7b1a369cf7 build system: completely autodetect target cpu architecture.
The existing ARCH Makefile variable is exported to the C code as well.
Additionally the version (arm-only for now) is detected as well. This
allows to for complete autodetection, i.e. that optimized ASM is picked up
if determined by preprocessor (CPU_ARM, etc).

Building a sim/raaa on a arm host will now automatically generate a arm
optmized build like we have for native targets.

Change-Id: I0b35393f8fb3ebd20beaa9e7371fa57bf3782107
2012-03-28 23:02:39 +02:00
..
speex Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
_kiss_fft_guts.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
arch.h
bits.c Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
cb_search.c Fix several 'variable set but not used' warnings reported from GCC 4.6.0. 2011-05-01 11:42:41 +00:00
cb_search.h
cb_search_arm4.h
cb_search_bfin.h
cb_search_sse.h
config-speex.h Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h. 2010-08-12 13:55:01 +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
filters.h
filters_arm4.h Correction to clobber lists of several codec's inline assembly. 2010-05-29 15:00:10 +00:00
filters_arm4.S libspeex: Get rid of some bad trickery with the stack pointer. 2012-01-21 18:39:19 +01: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
gain_table_lbr.c
hexc_10_32_table.c
hexc_table.c
high_lsp_tables.c
jitter.c
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 build system: completely autodetect target cpu architecture. 2012-03-28 23:02:39 +02: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 Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
lsp_bfin.h
lsp_tables_nb.c
ltp.c
ltp.h
ltp_arm4.h Correction to clobber lists of several codec's inline assembly. 2010-05-29 15:00:10 +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 Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
modes.h
modes_wb.c Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
nb_celp.c Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
nb_celp.h
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
quant_lsp_bfin.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
README.rockbox
resample.c
rockbox.h
sb_celp.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
sb_celp.h Fix define name. 2011-06-02 15:25:50 +00:00
smallft.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
smallft.h
SOURCES
speex.c Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
speex_callbacks.c Disable some unused code in speex to save binsize. 2011-06-02 20:52:54 +00:00
speex_header.c
stack_alloc.h
stereo.c
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 Correction to clobber lists of several codec's inline assembly. 2010-05-29 15:00:10 +00:00
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.