Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.h96 static OPUS_INLINE opus_val32 celt_maxabs32(const opus_val32 *x, int len) in celt_maxabs32() function
109 #define celt_maxabs32(x,len) celt_maxabs16(x,len) macro