OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULT16_16_Q11_32
(Results
1 - 6
of
6
) sorted by null
/external/libopus/celt/
arch.h
224
#define
MULT16_16_Q11_32
(a,b) ((a)*(b))
fixed_generic.h
138
#define
MULT16_16_Q11_32
(a,b) (SHR(MULT16_16((a),(b)),11))
fixed_debug.h
521
static OPUS_INLINE int
MULT16_16_Q11_32
(int a, int b)
/external/speex/libspeex/
arch.h
201
#define
MULT16_16_Q11_32
(a,b) ((a)*(b))
fixed_generic.h
94
#define
MULT16_16_Q11_32
(a,b) (SHR(MULT16_16((a),(b)),11))
fixed_debug.h
326
static inline int
MULT16_16_Q11_32
(int a, int b)
Completed in 80 milliseconds