rockbox/apps/codecs/lib
2010-02-02 22:50:21 +00:00
..
tlsf
asm_arm.h
asm_mcf5249.h
codeclib.c Remove some sample functions from codeclib - these were for verifying the generated asm for bs_generic and never intended for use. 2009-12-09 17:13:06 +00:00
codeclib.h FS#10943, optimized division and clz routines to replace libgcc routines for ARM. Replaces libgcc support functions for unsigned and signed 32-bit division on ARMv4 and up, and leading-zero count on ARMv4. 2010-02-01 01:36:46 +00:00
codeclib_misc.h These macros have been replaced by (UN)LIKELY macros and were not used anywhere. 2009-11-29 09:44:15 +00:00
ffmpeg_bitstream.c
ffmpeg_bitstream.h
ffmpeg_bswap.h
fixedpoint.c
fixedpoint.h
libcodec.make
mdct2.c Improved bitrev12, using a larger LUT to save one lookup, speeds up vorbis about 2% on beast, about 0.5% on h300 2009-12-13 15:00:20 +00:00
mdct2.h
mdct_arm.S
mdct_lookup.c
mdct_lookup.h
osx.dummy.c
setjmp.h
setjmp_arm.S
setjmp_cf.S
setjmp_mips.S
SOURCES FS#10943, optimized division and clz routines to replace libgcc routines for ARM. Replaces libgcc support functions for unsigned and signed 32-bit division on ARMv4 and up, and leading-zero count on ARMv4. 2010-02-01 01:36:46 +00:00
udiv32_arm.S APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fusing vector math for the filters. Speedup is roughly 3.5% for -c2000, 8% for -c3000 and 12% for -c4000. To be extended to other architectures. 2010-02-02 22:50:21 +00:00