OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spx_drft_init
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
smallft.h
39
extern void
spx_drft_init
(struct drft_lookup *l,int n);
fftwrap.c
88
spx_drft_init
((struct drft_lookup *)table, size);
341
spx_drft_init
(&t, ((struct kiss_config *)table)->N);
377
spx_drft_init
(&t, ((struct kiss_config *)table)->N);
scal.c
90
spx_drft_init
(&st->lookup, 2*frame_size);
smallft.c
1244
void
spx_drft_init
(struct drft_lookup *l,int n)
function
Completed in 64 milliseconds