Searched refs:MULT16_16_Q11_32 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 118 #define MULT16_16_Q11_32(a,b) (SHR(MULT16_16((a),(b)),11)) macro
|
D | arch.h | 188 #define MULT16_16_Q11_32(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 520 static OPUS_INLINE int MULT16_16_Q11_32(int a, int b) in MULT16_16_Q11_32() function
|
/external/speex/libspeex/ |
D | arch.h | 201 #define MULT16_16_Q11_32(a,b) ((a)*(b)) macro
|
D | fixed_generic.h | 94 #define MULT16_16_Q11_32(a,b) (SHR(MULT16_16((a),(b)),11)) macro
|
D | fixed_debug.h | 326 static inline int MULT16_16_Q11_32(int a, int b) in MULT16_16_Q11_32() function
|