Searched defs:MULT16_16_Q13 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 140 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
|
D | arch.h | 226 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 543 static OPUS_INLINE short MULT16_16_Q13(int a, int b) in MULT16_16_Q13() function
|
/external/speex/libspeex/ |
D | fixed_generic.h | 95 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
|
D | arch.h | 202 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 340 static inline short MULT16_16_Q13(int a, int b) in MULT16_16_Q13() function
|