rockbox/apps/codecs/lib
Björn Stenberg a091d20ba0 Added 'keywords' and 'eol-style' properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19218 a1c6a512-1295-4272-9138-f99709370657
2008-11-25 19:54:23 +00:00
..
asm_arm.h More files that were missed in the previous commit. 2008-09-04 18:03:30 +00:00
asm_mcf5249.h More files that were missed in the previous commit. 2008-09-04 18:03:30 +00:00
codeclib.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
codeclib.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
libcodec.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
mdct2.c More files that were missed in the previous commit. 2008-09-04 18:03:30 +00:00
mdct2.h More files that were missed in the previous commit. 2008-09-04 18:03:30 +00:00
mdct_arm.S Set missing SVN properties. 2008-11-05 00:13:36 +00:00
mdct_lookup.h More files that were missed in the previous commit. 2008-09-04 18:03:30 +00:00
misc.h More files that were missed in the previous commit. 2008-09-04 18:03:30 +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 Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on the ARMv5(+) version from libgcc), in IRAM on PP for better performance on PP5002, and put into the codeclib for possible reuse. APE -c1000 is now usable on both PP502x and PP5002 (~138% realtime, they're on par now). Gigabeat F/X should also see an APE speedup. 2008-11-05 00:10:05 +00:00
udiv32_armv4.S ARMv4 unsigned integer division: Using an overflow-safe comparison method in the main calculation allows to put back the 1.5 cyle (average) optimisation. Shaved off another instruction, as we don't need the remainder. * Use the very efficient ffs algorithm from ffs-arm.S for dividing by a power of 2. 2008-11-06 21:21:33 +00:00