OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAC16_32_Q11
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
fixed_arm5e.h
83
#undef
MAC16_32_Q11
84
static inline spx_word32_t
MAC16_32_Q11
(spx_word32_t a, spx_word16_t x, spx_word32_t y) {
arch.h
195
#define
MAC16_32_Q11
(c,a,b) ((c)+(a)*(b))
fixed_generic.h
83
#define
MAC16_32_Q11
(c,a,b) ADD32(c,ADD32(MULT16_16((a),SHR((b),11)), SHR(MULT16_16((a),((b)&0x000007ff)),11)))
fixed_debug.h
309
#define
MAC16_32_Q11
(c,a,b) ADD32((c),MULT16_32_Q11((a),(b)))
Completed in 28 milliseconds