Searched defs:MULT16_16_16 (Results 1 – 6 of 6) sorted by relevance
121 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b)))) macro
212 #define MULT16_16_16(a,b) ((a)*(b)) macro
384 static OPUS_INLINE short MULT16_16_16(int a, int b) in MULT16_16_16() function
72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
185 #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