Home
last modified time | relevance | path

Searched defs:ABS16 (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h57 #undef ABS16 macro
61 #define ABS16(x) iabs((int)(x)) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Darch.h76 #define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */ macro

Completed in 2 milliseconds