From d016402fec642d4d15816719a056079141af2ed6 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 10 Aug 2008 02:31:01 +0000 Subject: Actually put the output in IRAM this time by combining some buffers that weren't used at the same time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18231 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/mdct2.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/codecs/libwma/mdct2.h') diff --git a/apps/codecs/libwma/mdct2.h b/apps/codecs/libwma/mdct2.h index a1c3a0b01d..f062f48a72 100644 --- a/apps/codecs/libwma/mdct2.h +++ b/apps/codecs/libwma/mdct2.h @@ -32,8 +32,6 @@ typedef long long ogg_int64_t; # define LOOKUP_T const ogg_int32_t #endif -//#include "ivorbiscodec.h" - #include #include "asm_arm.h" #include "asm_mcf5249.h" @@ -65,10 +63,8 @@ typedef long long ogg_int64_t; #define cPI1_8 (0x7641af3d) #endif -//extern void mdct_forward(int n, DATA_TYPE *in, DATA_TYPE *out); + extern void mdct_backward(int n, ogg_int32_t *in, DATA_TYPE *out); -//extern void mdct_bitreverse(DATA_TYPE *x,int n,int step,int shift); -//extern void mdct_butterflies(DATA_TYPE *x,int points,int shift); #endif -- cgit v1.2.3