r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / toolame-02l / fft.h
bloba1c851d64b88e4ca3c10b9a8ab1bf6565a13cd38
2 //void fft (FLOAT[BLKSIZE], FLOAT[BLKSIZE], FLOAT[BLKSIZE], FLOAT[BLKSIZE], int);
4 void psycho_2_fft (FLOAT * x_real, FLOAT * energy, FLOAT * phi);
5 void psycho_1_fft (FLOAT * x_real, FLOAT * energy, int N);
8 void atan_table_init(void);
9 INLINE FLOAT atan_table(FLOAT y, FLOAT x);