HomeSort by relevance Sort by last modified time
    Searched full:fft_table (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
mdf.c 181 void *fft_table; member in struct:SpeexEchoState_
444 st->fft_table = spx_fft_init(N);
591 spx_fft_destroy(st->fft_table);
786 spx_fft(st->fft_table, st->x+speak*N, &st->X[speak*N]);
802 spx_ifft(st->fft_table, st->Y+chan*N, st->e+chan*N);
847 spx_ifft(st->fft_table, st->wtmp2, st->wtmp);
856 spx_fft(st->fft_table, st->wtmp, st->wtmp2);
861 spx_ifft(st->fft_table, &st->W[chan*N*K*M + j*N*K + speak*N], st->wtmp);
866 spx_fft(st->fft_table, st->wtmp, &st->W[chan*N*K*M + j*N*K + speak*N]);
884 spx_ifft(st->fft_table, st->Y+chan*N, st->y+chan*N)
    [all...]

Completed in 66 milliseconds