Home
last modified time | relevance | path

Searched defs:opus_alloc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopus/celt/
H A Dos_support.h46 static OPUS_INLINE void *opus_alloc (size_t size) in opus_alloc() function
/aosp_15_r20/external/rnnoise/src/
H A Dkiss_fft.h37 #define opus_alloc(x) malloc(x) macro