From ff9f3f8c04bf0ca85ff75fc7aac7518c152bc001 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Tue, 24 Jun 2008 15:39:44 +0000 Subject: Revert r14786 which resulted in a substantial reduction in accuracy to save a 7.6KB of RAM. Accuracy should be greatly improved now, and if we want to make that trade off again, I think of better ways to do it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17783 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/mdct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/codecs/libwma/mdct.h') diff --git a/apps/codecs/libwma/mdct.h b/apps/codecs/libwma/mdct.h index 67f510164b..57d65ae9a7 100644 --- a/apps/codecs/libwma/mdct.h +++ b/apps/codecs/libwma/mdct.h @@ -25,6 +25,8 @@ typedef struct MDCTContext int n; /* size of MDCT (i.e. number of input data * 2) */ int nbits; /* n = 2^nbits */ /* pre/post rotation tables */ + fixed32 *tcos; + fixed32 *tsin; FFTContext fft; } MDCTContext; -- cgit v1.2.3