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

  /external/speex/libspeex/
fftwrap.h 47 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out);
fftwrap.c 98 void spx_fft(void *table, float *in, float *out) function
156 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) function
204 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) function
273 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) function
285 void spx_fft(void *table, spx_word16_t *in, spx_word16_t *out) function
333 spx_fft(table, _in, _out);
390 spx_fft(table, in, out);
mdf.c 786 spx_fft(st->fft_table, st->x+speak*N, &st->X[speak*N]);
856 spx_fft(st->fft_table, st->wtmp, st->wtmp2);
866 spx_fft(st->fft_table, st->wtmp, &st->W[chan*N*K*M + j*N*K + speak*N]);
    [all...]
preprocess.c 652 spx_fft(st->fft_lookup, st->frame, st->ft);
    [all...]

Completed in 74 milliseconds