Searched refs:MULT16_16_16 (Results 1 – 8 of 8) sorted by relevance
78 #undef MULT16_16_1684 #define MULT16_16_16(a,b) ((int)(a) * (int)(b)) macro
72 #define MULT16_16_16(a,b) (((spx_word16_t)(a))*((spx_word16_t)(b))) macro
179 #define MULT16_16_16(a,b) ((a)*(b)) macro
239 static inline short MULT16_16_16(int a, int b) in MULT16_16_16() function
221 #define MULT16_16_16(a,b) ((a)*(b)) macro
139 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b)))) macro
251 #define MULT16_16_16(a,b) ((a)*(b)) macro
391 static OPUS_INLINE short MULT16_16_16(int a, int b) in MULT16_16_16() function