about to make some changes -- just wanted a checkpoint

This commit is contained in:
Mark Borgerding
2003-10-15 00:05:50 +00:00
parent 2ae7e0f1f2
commit f609401471

View File

@ -95,7 +95,7 @@ void fft4work(
kiss_fft_cpx * Fout1; kiss_fft_cpx * Fout1;
kiss_fft_cpx * Fout2; kiss_fft_cpx * Fout2;
kiss_fft_cpx * Fout3; kiss_fft_cpx * Fout3;
int m,q,u,k; int m,q,u;
kiss_fft_cpx t; kiss_fft_cpx t;
kiss_fft_cpx * scratch = st->scratch; kiss_fft_cpx * scratch = st->scratch;
kiss_fft_cpx * twiddles = st->twiddles; kiss_fft_cpx * twiddles = st->twiddles;
@ -127,9 +127,6 @@ void fft4work(
scratch[2]= *Fout2; scratch[2]= *Fout2;
scratch[3]= *Fout3; scratch[3]= *Fout3;
k=u;
*Fout = scratch[0];
*Fout1 = scratch[0]; *Fout1 = scratch[0];
*Fout2 = scratch[0]; *Fout2 = scratch[0];
*Fout3 = scratch[0]; *Fout3 = scratch[0];