mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-04 01:28:23 -04:00
about to make some changes -- just wanted a checkpoint
This commit is contained in:
parent
2ae7e0f1f2
commit
f609401471
@ -95,7 +95,7 @@ void fft4work(
|
||||
kiss_fft_cpx * Fout1;
|
||||
kiss_fft_cpx * Fout2;
|
||||
kiss_fft_cpx * Fout3;
|
||||
int m,q,u,k;
|
||||
int m,q,u;
|
||||
kiss_fft_cpx t;
|
||||
kiss_fft_cpx * scratch = st->scratch;
|
||||
kiss_fft_cpx * twiddles = st->twiddles;
|
||||
@ -127,9 +127,6 @@ void fft4work(
|
||||
scratch[2]= *Fout2;
|
||||
scratch[3]= *Fout3;
|
||||
|
||||
k=u;
|
||||
|
||||
*Fout = scratch[0];
|
||||
*Fout1 = scratch[0];
|
||||
*Fout2 = scratch[0];
|
||||
*Fout3 = scratch[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user