OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kiss_fft_alloc
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
kiss_fft.h
52
*
kiss_fft_alloc
56
* typical usage: kiss_fft_cfg mycfg=
kiss_fft_alloc
(1024,0,NULL,NULL);
61
* If lenmem is NULL, then
kiss_fft_alloc
will allocate a cfg buffer using malloc.
74
kiss_fft_cfg
kiss_fft_alloc
(int nfft,int inverse_fft,void * mem,size_t * lenmem);
93
/* If
kiss_fft_alloc
allocated a buffer, it is one contiguous
kiss_fftr.c
44
kiss_fft_alloc
(nfft, inverse_fft, NULL, &subsize);
60
kiss_fft_alloc
(nfft, inverse_fft, st->substate, &subsize);
kiss_fft.c
464
kiss_fft_cfg
kiss_fft_alloc
(int nfft,int inverse_fft,void * mem,size_t * lenmem )
function
Completed in 579 milliseconds