Partial conversion of the wmapro decoder to fixed point arithmetic. Currently inverse...
commitae3e3c941bd25b2b48184b58da74d8af5bf72d8a
authormt <mt@a1c6a512-1295-4272-9138-f99709370657>
Mon, 5 Jul 2010 22:33:37 +0000 (5 22:33 +0000)
committermt <mt@a1c6a512-1295-4272-9138-f99709370657>
Mon, 5 Jul 2010 22:33:37 +0000 (5 22:33 +0000)
treed3aefbc2195382025105b252c16b00087778beed
parent95895787d16af1d58d841ede72c911f601c86087
Partial conversion of the wmapro decoder to fixed point arithmetic. Currently inverse quantization & rescaling,
imdct and windowing are all in fixed point.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27302 a1c6a512-1295-4272-9138-f99709370657
14 files changed:
apps/codecs/libwmapro/README.rockbox
apps/codecs/libwmapro/SOURCES
apps/codecs/libwmapro/fft.c
apps/codecs/libwmapro/fft.h
apps/codecs/libwmapro/mdct.c
apps/codecs/libwmapro/mdct_tables.c [new file with mode: 0644]
apps/codecs/libwmapro/mdct_tables.h [new file with mode: 0644]
apps/codecs/libwmapro/quant.h [new file with mode: 0644]
apps/codecs/libwmapro/types.h [new file with mode: 0644]
apps/codecs/libwmapro/wmapro_math.h [new file with mode: 0644]
apps/codecs/libwmapro/wmapro_mdct.c [new file with mode: 0644]
apps/codecs/libwmapro/wmapro_mdct.h [new file with mode: 0644]
apps/codecs/libwmapro/wmaprodec.c
apps/codecs/wmapro.c