Searched defs:MULT16_16_Q13 (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 151 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
|
D | fixed_debug.h | 550 static OPUS_INLINE short MULT16_16_Q13(int a, int b) in MULT16_16_Q13() function
|
D | arch.h | 265 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 95 #define MULT16_16_Q13(a,b) (SHR(MULT16_16((a),(b)),13)) macro
|
D | arch.h | 194 #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
|
/external/rnnoise/src/ |
D | arch.h | 235 #define MULT16_16_Q13(a,b) ((a)*(b)) macro
|