Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by...
commit78e228cf84408622d4ce0feadd49bf4d97fa86bc
authormcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Sun, 5 Jul 2009 18:06:07 +0000 (5 18:06 +0000)
committermcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Sun, 5 Jul 2009 18:06:07 +0000 (5 18:06 +0000)
tree311abcc9e51973907899a4585dd0e3a2a31572eb
parent4faba3adaadeb04720f51320c984dae8556b6f2d
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21664 a1c6a512-1295-4272-9138-f99709370657
22 files changed:
apps/SOURCES
apps/codecs/adx.c
apps/codecs/lib/SOURCES
apps/codecs/lib/fixedpoint.c [new file with mode: 0644]
apps/codecs/lib/fixedpoint.h [new file with mode: 0644]
apps/codecs/spc.c
apps/dsp.c
apps/dsp.h
apps/eq.c
apps/eq.h
apps/fixedpoint.c [copied from apps/plugins/lib/fixedpoint.c with 54% similarity]
apps/fixedpoint.h [new file with mode: 0644]
apps/fracmul.h [new file with mode: 0644]
apps/plugins/bounce.c
apps/plugins/bubbles.c
apps/plugins/clock/clock_draw_analog.c
apps/plugins/cube.c
apps/plugins/lib/fixedpoint.c
apps/plugins/lib/fixedpoint.h
apps/plugins/plasma.c
apps/plugins/vu_meter.c
apps/replaygain.c