rockbox/apps/codecs/lib
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
..
asm_arm.h codeclib/libtremor: Clean up duplication of inline funcs, constify the ones in codeclib and copy over the slightly faster MULT31_SHIFT15 from tremor for cf. 2011-09-21 15:38:54 +00:00
asm_mcf5249.h codeclib/libtremor: Clean up duplication of inline funcs, constify the ones in codeclib and copy over the slightly faster MULT31_SHIFT15 from tremor for cf. 2011-09-21 15:38:54 +00:00
codeclib.c Proper initialization of static variables in codeclib. 2011-05-10 18:20:56 +00:00
codeclib.h codeclib: Declare several variables static and remove unused variables. 2011-05-08 10:34:05 +00:00
codeclib_misc.h codeclib/libtremor: Clean up duplication of inline funcs, constify the ones in codeclib and copy over the slightly faster MULT31_SHIFT15 from tremor for cf. 2011-09-21 15:38:54 +00:00
ffmpeg_bitstream.c
ffmpeg_bswap.h
ffmpeg_get_bits.h Use more IRAM on S5L870x to speed up wmapro by ~2%. 2011-05-20 23:28:09 +00:00
ffmpeg_intreadwrite.h
ffmpeg_put_bits.h
fft-ffmpeg.c FS#12140 by Sean Bartell, Make various codec stuff static. 2011-06-01 10:28:26 +00:00
fft-ffmpeg_arm.h
fft-ffmpeg_cf.h codeclib: further tweaks to the cf fft asm for a small speedup. 2011-09-14 09:34:01 +00:00
fft.h
fixedpoint.c
fixedpoint.h Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes an incorrect assumption in the ADX decoder that sizeof(int) == 32 when performing fixed point math. Update comments in the fixed point library to correct this. 2011-05-26 21:22:29 +00:00
libcodec.make build system: completely autodetect target cpu architecture. 2012-03-28 23:02:39 +02:00
mdct.c codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300. 2011-09-15 08:31:39 +00:00
mdct.h
mdct_lookup.c
mdct_lookup.h
osx.dummy.c
SOURCES Move supprt-arm.S to separate library. 2012-01-21 18:39:19 +01:00