Searched refs:fft_lookup (Results 1 – 1 of 1) sorted by relevance
244 void *fft_lookup; /**< Lookup table for the FFT */ member522 st->fft_lookup = spx_fft_init(2*N); in speex_preprocess_state_init()558 spx_fft_destroy(st->fft_lookup); in speex_preprocess_state_destroy()648 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()955 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()