From d884af2b9992f12e98a3e8548aff76b232b5bfb3 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Mon, 5 Jul 2010 22:33:37 +0000 Subject: 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 --- apps/codecs/wmapro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/wmapro.c') diff --git a/apps/codecs/wmapro.c b/apps/codecs/wmapro.c index 9e03555917..a31e63d79f 100644 --- a/apps/codecs/wmapro.c +++ b/apps/codecs/wmapro.c @@ -66,7 +66,7 @@ enum codec_status codec_main(void) int pktcnt = 0; /* Count of the packets played */ /* Generic codec initialisation */ - ci->configure(DSP_SET_SAMPLE_DEPTH, 32); + ci->configure(DSP_SET_SAMPLE_DEPTH, 17); next_track: -- cgit v1.2.3