Home
last modified time | relevance | path

Searched defs:MAX16 (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_bfin.h93 #undef MAX16 macro
94 static inline spx_word16_t MAX16(spx_word16_t a, spx_word16_t b) in MAX16() function
H A Darch.h78 #define MAX16(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 16-bit value. */ macro
/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h68 #undef MAX16 macro
70 #define MAX16(a,b) imax((int)(a),(int)(b)) macro

Completed in 1 milliseconds