Searched defs:FFTTestArg (Results 1 – 1 of 1) sorted by relevance
78 struct FFTTestArg { struct79 int n;80 void (*fft)(const float *input, float *temp, float *output);81 FFTTestArg(int n_in, tform_fun_t fft_in) : n(n_in), fft(fft_in) {} in FFTTestArg() function