Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dfftwrap.c98 void spx_fft(void *table, float *in, float *out) in spx_fft() function
156 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft() function
204 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft() function
273 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft() function
285 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) in spx_fft() function
333 spx_fft(table, _in, _out); in spx_fft_float()
390 spx_fft(table, in, out); in spx_fft_float()
Dfftwrap.h47 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out);
Dmdf.c786 spx_fft(st->fft_table, st->x+speak*N, &st->X[speak*N]); in speex_echo_cancellation()
856 spx_fft(st->fft_table, st->wtmp, st->wtmp2); in speex_echo_cancellation()
866 spx_fft(st->fft_table, st->wtmp, &st->W[chan*N*K*M + j*N*K + speak*N]); in speex_echo_cancellation()
1006 spx_fft(st->fft_table, st->e+chan*N, st->E+chan*N); in speex_echo_cancellation()
1009 spx_fft(st->fft_table, st->y+chan*N, st->Y+chan*N); in speex_echo_cancellation()
1209 spx_fft(st->fft_table, st->y, st->Y); in speex_echo_get_residual()
Dpreprocess.c652 spx_fft(st->fft_lookup, st->frame, st->ft); in preprocess_analysis()