Searched defs:MULT16_32_Q14 (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | fixed_arm4.h | 39 static inline spx_word32_t MULT16_32_Q14(spx_word16_t x, spx_word32_t y) { in MULT16_32_Q14() function
|
D | fixed_bfin.h | 139 static inline spx_word32_t MULT16_32_Q14(spx_word16_t a, spx_word32_t b) in MULT16_32_Q14() function
|
D | fixed_generic.h | 76 #define MULT16_32_Q14(a,b) ADD32(MULT16_16((a),SHR((b),14)), SHR(MULT16_16((a),((b)&0x00003fff)),14… macro
|
D | arch.h | 190 #define MULT16_32_Q14(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 312 #define MULT16_32_Q14(a,b) MULT16_32_QX(a,b,14) macro
|