Searched defs:MULT16_32_Q15 (Results 1 – 11 of 11) sorted by relevance
/external/speex/libspeex/ |
D | fixed_arm4.h | 52 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) { in MULT16_32_Q15() function
|
D | fixed_bfin.h | 106 static inline spx_word32_t MULT16_32_Q15(spx_word16_t a, spx_word32_t b) in MULT16_32_Q15() function
|
D | fixed_arm5e.h | 57 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) { in MULT16_32_Q15() function
|
D | fixed_generic.h | 86 #define MULT16_32_Q15(a,b) ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x00007fff)),15… macro
|
D | arch.h | 192 #define MULT16_32_Q15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 313 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15) macro
|
/external/libopus/celt/arm/ |
D | fixed_armv4.h | 62 #define MULT16_32_Q15(a, b) (MULT16_32_Q15_armv4(a, b)) macro
|
D | fixed_armv5e.h | 64 #define MULT16_32_Q15(a, b) (MULT16_32_Q15_armv5e(a, b)) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 46 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),((b)&0x0000… macro
|
D | arch.h | 181 #define MULT16_32_Q15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 497 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15) macro
|