OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spx_fft_init
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
fftwrap.h
41
void *
spx_fft_init
(int size);
fftwrap.c
84
void *
spx_fft_init
(int size)
function
137
void *
spx_fft_init
(int size)
function
180
void *
spx_fft_init
(int size)
function
253
void *
spx_fft_init
(int size)
function
preprocess.c
526
st->fft_lookup =
spx_fft_init
(2*N);
[
all
...]
mdf.c
444
st->fft_table =
spx_fft_init
(N);
[
all
...]
Completed in 411 milliseconds