OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAC16_32_Q15
(Results
1 - 10
of
10
) sorted by null
/external/libopus/celt/arm/
fixed_armv4.h
68
#undef
MAC16_32_Q15
69
#define
MAC16_32_Q15
(c, a, b) ADD32(c, MULT16_32_Q15(a, b))
fixed_armv5e.h
70
#undef
MAC16_32_Q15
76
"#
MAC16_32_Q15
\n\t"
83
#define
MAC16_32_Q15
(c, a, b) (MAC16_32_Q15_armv5e(c, a, b))
/external/speex/libspeex/
fixed_bfin.h
121
#undef
MAC16_32_Q15
122
static inline spx_word32_t
MAC16_32_Q15
(spx_word32_t c, spx_word16_t a, spx_word32_t b)
fixed_arm5e.h
65
#undef
MAC16_32_Q15
66
static inline spx_word32_t
MAC16_32_Q15
(spx_word32_t a, spx_word16_t x, spx_word32_t y) {
fixed_debug.h
315
#define
MAC16_32_Q15
(c,a,b) ADD32((c),MULT16_32_Q15((a),(b)))
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)&0x00007fff)),15)))
arch.h
196
#define
MAC16_32_Q15
(c,a,b) ((c)+(a)*(b))
/external/libopus/celt/
fixed_generic.h
116
#define
MAC16_32_Q15
(c,a,b) ADD32(c,ADD32(MULT16_16((a),SHR((b),15)), SHR(MULT16_16((a),((b)&0x00007fff)),15)))
arch.h
186
#define
MAC16_32_Q15
(c,a,b) ((c)+(a)*(b))
fixed_debug.h
498
#define
MAC16_32_Q15
(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q15((a),(b))))
Completed in 114 milliseconds