Searched defs:MULT16_32_Q15 (Results 1 – 15 of 15) sorted by relevance
/external/libopus/celt/ |
D | fixed_c6x.h | 44 #define MULT16_32_Q15(a,b) (_mpylill(a, b) >> 15) macro
|
D | fixed_c5x.h | 71 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),(b)),15)) macro
|
D | fixed_generic.h | 55 #define MULT16_32_Q15(a,b) ((opus_val32)SHR((opus_int64)((opus_val16)(a))*(b),15)) macro 57 #define MULT16_32_Q15(a,b) ADD32(SHL(MULT16_16((a),SHR((b),16)),1), SHR(MULT16_16SU((a),((b)&0x0000… macro
|
D | fixed_debug.h | 504 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15) macro
|
D | arch.h | 255 #define MULT16_32_Q15(a,b) ((a)*(b)) macro
|
/external/speex/libspeexdsp/ |
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 | 109 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 | 184 #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/mips/ |
D | fixed_generic_mipsr1.h | 92 static inline int MULT16_32_Q15(int a, int b) in MULT16_32_Q15() function
|
/external/rnnoise/src/ |
D | arch.h | 225 #define MULT16_32_Q15(a,b) ((a)*(b)) macro
|