From e436483b66a931fef6436e9cd3e69eb2b3ff1f7b Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 29 Jul 2010 11:01:30 +0000 Subject: libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kbps wma pro file by 40% on h300. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27612 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/wmapro_mdct.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/codecs') diff --git a/apps/codecs/libwmapro/wmapro_mdct.c b/apps/codecs/libwmapro/wmapro_mdct.c index fc4e99279c..3f5439e5f3 100644 --- a/apps/codecs/libwmapro/wmapro_mdct.c +++ b/apps/codecs/libwmapro/wmapro_mdct.c @@ -5,7 +5,11 @@ #include "../lib/fft.h" /* for FFT data structures */ #include "codeclib.h" -#include "../lib/codeclib_misc.h" /* for XNPROD31 */ + /* for XNPROD31 */ +#include "asm_arm.h" +#include "asm_mcf5249.h" +#include "codeclib_misc.h" + #include "wmapro_math.h" void imdct_half(unsigned int nbits, int32_t *output, const int32_t *input){ -- cgit v1.2.3