public software.sextractor

[/] [trunk/] [src/] [fft.h] - Diff between revs 201 and 209

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 201 Rev 209
Line 30... Line 30...
/*--------------------------- structure definitions -------------------------*/
/*--------------------------- structure definitions -------------------------*/
 
 
/*---------------------------------- protos --------------------------------*/
/*---------------------------------- protos --------------------------------*/
extern void     fft_conv(float *data1, float *fdata2, int *size),
extern void     fft_conv(float *data1, float *fdata2, int *size),
                fft_end(),
                fft_end(),
                fft_init(int nthreads);
                fft_init(int nthreads),
 
                fft_reset(void);
 
 
extern float    *fft_rtf(float *data, int *size);
extern float    *fft_rtf(float *data, int *size);
 
 
 No newline at end of file
 No newline at end of file