Searched refs:MULT16_32_Q11 (Results 1 - 5 of 5) sorted by relevance

/external/speex/libspeex/
H A Dfixed_arm5e.h74 #undef MULT16_32_Q11 macro
75 static inline spx_word32_t MULT16_32_Q11(spx_word16_t x, spx_word32_t y) { function
H A Darch.h189 #define MULT16_32_Q11(a,b) ((a)*(b)) macro
H A Dfixed_generic.h82 #define MULT16_32_Q11(a,b) ADD32(MULT16_16((a),SHR((b),11)), SHR(MULT16_16((a),((b)&0x000007ff)),11)) macro
H A Dfixed_debug.h308 #define MULT16_32_Q11(a,b) MULT16_32_QX(a,b,11) macro
309 #define MAC16_32_Q11(c,a,b) ADD32((c),MULT16_32_Q11((a),(b)))
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h188 #define MULT16_32_Q11(a,b) ((a)*(b)) macro

Completed in 128 milliseconds