HomeSort by relevance Sort by last modified time
    Searched defs:MULT16_32_Q15 (Results 1 - 6 of 6) sorted by null

  /external/speex/libspeex/
fixed_bfin.h 105 #undef MULT16_32_Q15
106 static inline spx_word32_t MULT16_32_Q15(spx_word16_t a, spx_word32_t b)
fixed_arm4.h 51 #undef MULT16_32_Q15
52 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) {
fixed_arm5e.h 56 #undef MULT16_32_Q15
57 static inline spx_word32_t MULT16_32_Q15(spx_word16_t x, spx_word32_t y) {
fixed_debug.h 313 #define MULT16_32_Q15(a,b) MULT16_32_QX(a,b,15)
315 #define MAC16_32_Q15(c,a,b) ADD32((c),MULT16_32_Q15((a),(b)))
fixed_generic.h 86 #define MULT16_32_Q15(a,b) ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x00007fff)),15))
arch.h 192 #define MULT16_32_Q15(a,b) ((a)*(b))

Completed in 187 milliseconds