Searched refs:fft_lookup (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 244 void *fft_lookup; /**< Lookup table for the FFT */ member 522 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()
|
/third_party/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 142 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis() 391 spx_fft(st->fft_lookup, frame, st->ft); in preprocess_analysis() 1108 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
|
Completed in 3 milliseconds