Home
last modified time | relevance | path

Searched refs:spx_ifft (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeexdsp/
Dfftwrap.c116 void spx_ifft(void *table, float *in, float *out) in spx_ifft() function
162 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft() function
213 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft() function
273 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft() function
348 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_ifft() function
420 spx_ifft(table, _in, _out); in spx_ifft_float()
445 spx_ifft(table, in, out); in spx_ifft_float()
Dfftwrap.h50 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out);
Dmdf.c802 spx_ifft(st->fft_table, st->Y+chan*N, st->e+chan*N); in speex_echo_cancellation()
847 spx_ifft(st->fft_table, st->wtmp2, st->wtmp); in speex_echo_cancellation()
861 spx_ifft(st->fft_table, &st->W[chan*N*K*M + j*N*K + speak*N], st->wtmp); in speex_echo_cancellation()
884 spx_ifft(st->fft_table, st->Y+chan*N, st->y+chan*N); in speex_echo_cancellation()
1271 spx_ifft(st->fft_table, st->wtmp2, st->wtmp); in speex_echo_ctl()
1273 spx_ifft(st->fft_table, &st->W[j*N], st->wtmp); in speex_echo_ctl()
Dpreprocess.c955 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()