Searched defs:MULT16_32_Q13 (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | fixed_generic.h | 79 #define MULT16_32_Q13(a,b) ADD32(MULT16_16((a),SHR((b),13)), SHR(MULT16_16((a),((b)&0x00001fff)),13)) macro
|
H A D | arch.h | 186 #define MULT16_32_Q13(a,b) ((a)*(b)) macro
|
H A D | fixed_debug.h | 311 #define MULT16_32_Q13(a,b) MULT16_32_QX(a,b,13) macro
|
Completed in 3 milliseconds