Searched defs:KISS_FFT_MALLOC (Results 1 – 2 of 2) sorted by relevance
/external/speex/libspeex/ | ||
D | kiss_fft.h | 28 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes) macro |
/external/libopus/celt/ | ||
D | kiss_fft.h | 44 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes) macro |