Home
last modified time | relevance | path

Searched defs:MULT16_16 (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_arm5e.h38 #undef MULT16_16 macro
39 static inline spx_word32_t MULT16_16(spx_word16_t x, spx_word16_t y) { in MULT16_16() function
H A Dfixed_generic.h75 #define MULT16_16(a,b) (((spx_word32_t)(spx_word16_t)(a))*((spx_word32_t)(spx_word16_t)(b))) macro
[all...]
H A Darch.h182 #define MULT16_16(a,b) ((spx_word32_t)(a)*(spx_word32_t)(b)) macro
H A Dfixed_debug.h253 #define MULT16_16(a, b) _MULT16_16(a, b, __FILE__, __LINE__) macro
/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h77 #undef MULT16_16 macro
85 #define MULT16_16(a,b) ((int)(a) * (int)(b)) macro

Completed in 3 milliseconds