OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 165 milliseconds