From f289b9f591746e5ff85835194bf7eae8ff088e6b Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 20 Jun 2009 14:05:15 +0000 Subject: Faster idct for ARMv6. Overall mpegplayer speedup is quite minimal though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21392 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/mpegplayer/decode.c') diff --git a/apps/plugins/mpegplayer/decode.c b/apps/plugins/mpegplayer/decode.c index a19b929..9125120 100644 --- a/apps/plugins/mpegplayer/decode.c +++ b/apps/plugins/mpegplayer/decode.c @@ -35,7 +35,7 @@ #define BUFFER_SIZE (1194 * 1024) -#ifdef CPU_COLDFIRE +#if defined(CPU_COLDFIRE) || (defined(CPU_ARM) && ARM_ARCH >= 6) /* twice as large as on other targets because coldfire uses * a secondary, transposed buffer for optimisation */ static int16_t static_dct_block[128] IBSS_ATTR ATTR_ALIGN(16); -- cgit v1.1