mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 13:04:19 -04:00
about to make some changes -- just wanted a checkpoint
This commit is contained in:
@ -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];
|
||||||
|
Reference in New Issue
Block a user