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

/external/speex/libspeex/
H A Dfftwrap.h50 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out);
H A Dfftwrap.c116 void spx_ifft(void *table, float *in, float *out) function
162 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) function
222 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) function
297 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out) function
369 spx_ifft(table, _in, _out);
394 spx_ifft(table, in, out);
H A Dmdf.c802 spx_ifft(st->fft_table, st->Y+chan*N, st->e+chan*N);
847 spx_ifft(st->fft_table, st->wtmp2, st->wtmp);
861 spx_ifft(st->fft_table, &st->W[chan*N*K*M + j*N*K + speak*N], st->wtmp);
884 spx_ifft(st->fft_table, st->Y+chan*N, st->y+chan*N);
1271 spx_ifft(st->fft_table, st->wtmp2, st->wtmp);
1273 spx_ifft(st->fft_table, &st->W[j*N], st->wtmp);
H A Dpreprocess.c959 spx_ifft(st->fft_lookup, st->ft, st->frame);

Completed in 109 milliseconds