Searched defs:MAC16_32_Q15 (Results 1 – 11 of 11) sorted by relevance
/external/libopus/celt/arm/ |
D | fixed_armv4.h | 69 #define MAC16_32_Q15(c, a, b) ADD32(c, MULT16_32_Q15(a, b)) macro
|
D | fixed_armv5e.h | 83 #define MAC16_32_Q15(c, a, b) (MAC16_32_Q15_armv5e(c, a, b)) macro
|
/external/speex/libspeexdsp/ |
D | fixed_bfin.h | 125 static inline spx_word32_t MAC16_32_Q15(spx_word32_t c, spx_word16_t a, spx_word32_t b) in MAC16_32_Q15() function
|
D | fixed_arm5e.h | 66 static inline spx_word32_t MAC16_32_Q15(spx_word32_t a, spx_word16_t x, spx_word32_t y) { in MAC16_32_Q15() function
|
D | fixed_generic.h | 87 #define MAC16_32_Q15(c,a,b) ADD32(c,ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x0000… macro
|
D | arch.h | 188 #define MAC16_32_Q15(c,a,b) ((c)+(a)*(b)) macro
|
D | fixed_debug.h | 315 #define MAC16_32_Q15(c,a,b) ADD32((c),MULT16_32_Q15((a),(b))) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 143 #define MAC16_32_Q15(c,a,b) ADD32((c),ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x00… macro
|
D | fixed_debug.h | 505 #define MAC16_32_Q15(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q15((a),(b)))) macro
|
D | arch.h | 260 #define MAC16_32_Q15(c,a,b) ((c)+(a)*(b)) macro
|
/external/rnnoise/src/ |
D | arch.h | 230 #define MAC16_32_Q15(c,a,b) ((c)+(a)*(b)) macro
|