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

  /external/speex/libspeex/
kiss_fft.h 28 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes)
30 #define KISS_FFT_MALLOC speex_alloc
  /external/chromium_org/third_party/opus/src/celt/
kiss_fft.h 43 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes)
45 #define KISS_FFT_MALLOC opus_alloc
  /external/libopus/celt/
kiss_fft.h 43 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes)
45 #define KISS_FFT_MALLOC opus_alloc

Completed in 458 milliseconds