Home
last modified time | relevance | path

Searched refs:MULT16_16_16 (Results 1 – 8 of 8) sorted by relevance

/external/speex/tmv/
Dfixed_tm.h78 #undef MULT16_16_16
84 #define MULT16_16_16(a,b) ((int)(a) * (int)(b)) macro
/external/speex/libspeexdsp/
Dfixed_generic.h72 #define MULT16_16_16(a,b) (((spx_word16_t)(a))*((spx_word16_t)(b))) macro
Darch.h179 #define MULT16_16_16(a,b) ((a)*(b)) macro
Dfixed_debug.h239 static inline short MULT16_16_16(int a, int b) in MULT16_16_16() function
/external/rnnoise/src/
Darch.h221 #define MULT16_16_16(a,b) ((a)*(b)) macro
/external/libopus/celt/
Dfixed_generic.h139 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b)))) macro
Darch.h251 #define MULT16_16_16(a,b) ((a)*(b)) macro
Dfixed_debug.h391 static OPUS_INLINE short MULT16_16_16(int a, int b) in MULT16_16_16() function