HomeSort by relevance Sort by last modified time
    Searched refs:spx_ifft (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
fftwrap.h 50 void spx_ifft(void *table, spx_word16_t *in, spx_word16_t *out);
fftwrap.c 116 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);
mdf.c 802 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);
    [all...]
preprocess.c     [all...]

Completed in 86 milliseconds