rockbox/apps/codecs/lib
Nils Wallménius 151424a6fd 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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30578 a1c6a512-1295-4272-9138-f99709370657
2011-09-21 15:38:54 +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/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 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 Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
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: further tweaks to the cf fft asm for a small speedup. 2011-09-14 09:34:01 +00:00
fft.h Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
fixedpoint.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
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: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300. 2011-09-15 08:31:39 +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
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 FS#6315 - Get the UI simulator to compile for non SWCODEC targets on OS X. 2006-11-11 23:30:41 +00:00
SOURCES FS#12141 by Sean Bartell 2011-06-02 14:59:15 +00:00