Searched refs:MULT16_32_PX (Results 1 – 2 of 2) sorted by relevance
/external/speex/libspeexdsp/ |
D | fixed_debug.h | 291 static inline int MULT16_32_PX(int a, long long b, int Q) in MULT16_32_PX() function 314 #define MULT16_32_P15(a,b) MULT16_32_PX(a,b,15)
|
/external/libopus/celt/ |
D | fixed_debug.h | 50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) 471 #define MULT16_32_PX(a, b, Q) MULT16_32_PX_(a, b, Q, __FILE__, __LINE__) macro
|