From 893f42fca719af11ee122ab0b2673bc407f051ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 10 Mar 2015 15:01:22 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Cberflix-Optimierung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fft.c | 8 ++++---- fft_inst.tie | 49 +++++++++++++++++++++---------------------------- 2 files changed, 25 insertions(+), 32 deletions(-) diff --git a/fft.c b/fft.c index b69eda7..718fa72 100644 --- a/fft.c +++ b/fft.c @@ -66,7 +66,7 @@ int fix_fft(fixed fr[], fixed fi[], int m, int inverse) /* decimation in time - re-order data */ for(m=0;;) { - FFT_bit_reverse(m, mr, mm); + FFT_BIT_REVERSE(m, mr, mm); if(m >= nn) break; if(mr <= m) continue; @@ -90,7 +90,7 @@ int fix_fft(fixed fr[], fixed fi[], int m, int inverse) shift = 0; for(i=0; i