rockbox/apps/codecs/lib
Thomas Martitz 57613ea5fa Rename/change SIMVER to APP_TYPE in the Makefiles.
SIMVER was really only used to detect a simulator build. With APP_TYPE you can
now differentiate between simulator, application, checkwps and database builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27372 a1c6a512-1295-4272-9138-f99709370657
2010-07-10 13:49:49 +00:00
..
tlsf Rename/change SIMVER to APP_TYPE in the Makefiles. 2010-07-10 13:49:49 +00:00
asm_arm.h ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% decoding vorbis on gigabeat S. 2010-06-17 15:24:23 +00:00
asm_mcf5249.h Remove CLIP_TO_15 from codeclib. Remove tabs. 2010-02-21 22:05:48 +00:00
codeclib.c
codeclib.h Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
codeclib_misc.h Remove CLIP_TO_15 from codeclib. Remove tabs. 2010-02-21 22:05:48 +00:00
ffmpeg_bitstream.c
ffmpeg_bitstream.h
ffmpeg_bswap.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
fft-ffmpeg.c Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
fft-ffmpeg_arm.h Fix inline asm argument. Shouldn't have much impact in practice but might save a load if gcc is clever. 2010-06-27 15:15:46 +00:00
fft.h Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
fixedpoint.c
fixedpoint.h
libcodec.make
mdct.c Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHz 2010-05-13 08:03:42 +00:00
mdct.h Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL. 2010-03-05 21:37:46 +00:00
mdct2.c
mdct2.h
mdct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
mdct_lookup.c Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
mdct_lookup.h Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
osx.dummy.c
setjmp.h Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
setjmp_arm.S Use bx lr unconditionally in setjmp_arm.S 2010-03-09 00:22:23 +00:00
setjmp_cf.S Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
setjmp_mips.S
SOURCES Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00