Home | History | Annotate | Download | only in libspeex

Lines Matching full:fft_lookup

248    void  *fft_lookup;        /**< Lookup table for the FFT */
526 st->fft_lookup = spx_fft_init(2*N);
562 spx_fft_destroy(st->fft_lookup);
652 spx_fft(st->fft_lookup, st->frame, st->ft);
959 spx_ifft(st->fft_lookup, st->ft, st->frame);