OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULT16_16_Q11
(Results
1 - 3
of
3
) sorted by null
/external/libopus/src/
mlp.c
63
yy = yy + MULT16_16_Q14(
MULT16_16_Q11
(xx,dy),(16384 -
MULT16_16_Q11
(yy,xx)));
/external/libopus/celt/
arch.h
189
#define
MULT16_16_Q11
(a,b) ((a)*(b))
fixed_generic.h
119
#define
MULT16_16_Q11
(a,b) (SHR(MULT16_16((a),(b)),11))
Completed in 54 milliseconds