Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_arm5e.h83 #undef MAC16_32_Q11 macro
84 static inline spx_word32_t MAC16_32_Q11(spx_word32_t a, spx_word16_t x, spx_word32_t y) { in MAC16_32_Q11() function
H A Dfixed_generic.h83 #define MAC16_32_Q11(c,a,b) ADD32(c,ADD32(MULT16_16((a),SHR((b),11)), SHR(MULT16_16((a),((b)&0x000007ff)),11))) macro
H A Darch.h191 #define MAC16_32_Q11(c,a,b) ((c)+(a)*(b)) macro
H A Dfixed_debug.h309 #define MAC16_32_Q11(c,a,b) ADD32((c),MULT16_32_Q11((a),(b))) macro

Completed in 3 milliseconds