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/libwmapro/mdct_tables.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 apps/codecs/libwmapro/mdct_tables.h (limited to 'apps/codecs/libwmapro/mdct_tables.h') diff --git a/apps/codecs/libwmapro/mdct_tables.h b/apps/codecs/libwmapro/mdct_tables.h new file mode 100644 index 0000000000..f40bf70fcf --- /dev/null +++ b/apps/codecs/libwmapro/mdct_tables.h @@ -0,0 +1,9 @@ +#ifndef _MDCT_TABLES_H_ +#define _MDCT_TABLES_H_ +#include + +extern const int32_t *sine_windows[6]; +extern const int32_t sincos_lookup_wmap[8064]; + +#endif /* _MDCT_TABLES_H_ */ + -- cgit v1.2.3