Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dfixed_generic.h72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
Darch.h177 #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/libopus/celt/
Dfixed_generic.h132 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b)))) macro
Darch.h248 #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