Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_c5x.h76 #define celt_maxabs16(x, len) MAX32(EXTEND32(maxval((DATA *)x, len)),-EXTEND32(minval((DATA *)x, le… macro
Dmathops.h80 static OPUS_INLINE opus_val32 celt_maxabs16(const opus_val16 *x, int len) in celt_maxabs16() function