Home
last modified time | relevance | path

Searched defs:MULT16_16_16 (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h78 #undef MULT16_16_16 macro
84 #define MULT16_16_16(a,b) ((int)(a) * (int)(b)) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_generic.h72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
H A Darch.h181 #define MULT16_16_16(a,b) ((a)*(b)) macro
H A Dfixed_debug.h239 static inline short MULT16_16_16(int a, int b) in MULT16_16_16() function

Completed in 3 milliseconds