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
  /system/chre/external/kiss_fft/
kiss_fft.h 29 #define KISS_FFT_MALLOC(nbytes) _mm_malloc(nbytes,16)
32 #define KISS_FFT_MALLOC malloc
  /external/libopus/celt/
kiss_fft.h 44 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes)
46 #define KISS_FFT_MALLOC opus_alloc

Completed in 122 milliseconds