From 3bbbb9639587fa17df470e605cda6ebd1a3af021 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Wed, 4 Aug 2010 22:29:50 +0000 Subject: Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be scaled down first by (log2(frame_size) - 3). Increases decoding speed by 1.3MHz on PP5022 and saves ~32KB that were previously needed by the mdct tables. (FS#11511 by Buschel and myself) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27701 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/SOURCES | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/libwmapro/SOURCES') diff --git a/apps/codecs/libwmapro/SOURCES b/apps/codecs/libwmapro/SOURCES index ce4bfc2..296f26a 100644 --- a/apps/codecs/libwmapro/SOURCES +++ b/apps/codecs/libwmapro/SOURCES @@ -2,4 +2,3 @@ wmaprodec.c wma.c mdct_tables.c ../lib/ffmpeg_bitstream.c -wmapro_mdct.c -- cgit v1.1