HomeSort by relevance Sort by last modified time
    Searched refs:kiss_fftr_alloc (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
kiss_fftr.h 21 kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem, size_t * lenmem);
fftwrap.c 257 table->forward = kiss_fftr_alloc(size,0,NULL,NULL);
258 table->backward = kiss_fftr_alloc(size,1,NULL,NULL);
kiss_fftr.c 32 kiss_fftr_cfg kiss_fftr_alloc(int nfft,int inverse_fft,void * mem,size_t * lenmem) function

Completed in 1131 milliseconds