rockbox/apps/codecs/lib
2011-09-13 16:53:13 +00:00
..
tlsf Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when compiling. Fixes compiler warnings for mingw and cygwin simulatior builds. 2011-09-07 19:21:57 +00:00
asm_arm.h codeclib: make selective inclusion of macros and inline functions from the codeclib_misc.h header easier and clean out some old libtremor stuff. 2011-06-08 10:35:27 +00:00
asm_mcf5249.h codeclib: make selective inclusion of macros and inline functions from the codeclib_misc.h header easier and clean out some old libtremor stuff. 2011-06-08 10:35:27 +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: make selective inclusion of macros and inline functions from the codeclib_misc.h header easier and clean out some old libtremor stuff. 2011-06-08 10:35:27 +00:00
ffmpeg_bitstream.c Begin shoehorning wma into the clip codec buffer again. Reduce the static buffer used by init_vlc so that it is no larger than is needed. Make the VLCcode struct packed to save space. 2010-07-17 08:33:36 +00:00
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 ARMv6 supports unaligned memory accesses and they are enabled on our only ARMv6 target so we might as well use them. Speeds up decoding of a flac8 file by 3.5%. 2010-09-29 13:20:03 +00:00
ffmpeg_put_bits.h Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h to codeclib. 2010-07-17 07:46:38 +00:00
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 Rearrange and remove some manual register assignments, make use of pointer address increments for free on arm, and remove macros in favour of explicit inline fns. also add memory clobbers to all uses of stm in inline asm. appears to resolve issues with codeclib failing to work as expected when using ARM_ASM optimisations on targets with native position independent code (e.g. android rockbox targets, but also tremor on non-rockbox targets that has been patched with the fastermdct patches) 2010-10-12 23:29:17 +00:00
fft-ffmpeg_cf.h codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little for the mdct, speeds up codecs using the codeclib mdct 0.5-1.5MHz on h300. 2011-09-12 11:27:48 +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 Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when compiling. Fixes compiler warnings for mingw and cygwin simulatior builds. 2011-09-07 19:21:57 +00:00
mdct.c codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead of explicit negation, changes output slightly but is as close to the c version as before. Gives about 0.4MHz speedup of vorbis on cf. 2011-09-13 16:53:13 +00:00
mdct.h
mdct_lookup.c
mdct_lookup.h
osx.dummy.c
SOURCES FS#12141 by Sean Bartell 2011-06-02 14:59:15 +00:00