Searched refs:MULT16_32_Q11 (Results 1 – 4 of 4) sorted by relevance
/external/speex/libspeex/ |
D | fixed_arm5e.h | 74 #undef MULT16_32_Q11 75 static inline spx_word32_t MULT16_32_Q11(spx_word16_t x, spx_word32_t y) { in MULT16_32_Q11() function
|
D | fixed_debug.h | 308 #define MULT16_32_Q11(a,b) MULT16_32_QX(a,b,11) macro 309 #define MAC16_32_Q11(c,a,b) ADD32((c),MULT16_32_Q11((a),(b)))
|
D | fixed_generic.h | 78 #define MULT16_32_Q11(a,b) ADD32(MULT16_16((a),SHR((b),11)), SHR(MULT16_16((a),((b)&0x000007ff)),11… macro
|
D | arch.h | 188 #define MULT16_32_Q11(a,b) ((a)*(b)) macro
|