Searched defs:opus_alloc (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ | ||
D | os_support.h | 46 static OPUS_INLINE void *opus_alloc (size_t size) in opus_alloc() function |
/external/rnnoise/src/ | ||
D | kiss_fft.h | 37 #define opus_alloc(x) malloc(x) macro |