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

  /external/speex/libspeex/
preprocess.c 248 void *fft_lookup; /**< Lookup table for the FFT */ member in struct:SpeexPreprocessState_
526 st->fft_lookup = spx_fft_init(2*N);
562 spx_fft_destroy(st->fft_lookup);
652 spx_fft(st->fft_lookup, st->frame, st->ft);
    [all...]

Completed in 62 milliseconds