OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MULT16_16_Q11
(Results
1 - 2
of
2
) sorted by null
/external/libopus/celt/
fixed_generic.h
119
#define
MULT16_16_Q11
(a,b) (SHR(MULT16_16((a),(b)),11))
arch.h
189
#define
MULT16_16_Q11
(a,b) ((a)*(b))
Completed in 62 milliseconds