Searched refs:spx_ifft (Results 1 – 4 of 4) sorted by relevance
/external/speex/libspeexdsp/ |
D | fftwrap.c | 116 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()
|
D | fftwrap.h | 50 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out);
|
D | mdf.c | 802 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()
|
D | preprocess.c | 955 spx_ifft(st->fft_lookup, st->ft, st->frame); in speex_preprocess_run()
|