Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_generic.h121 #define MULT16_16_16(a,b) ((((opus_val16)(a))*((opus_val16)(b)))) macro
Darch.h212 #define MULT16_16_16(a,b) ((a)*(b)) macro
Dfixed_debug.h384 static OPUS_INLINE short MULT16_16_16(int a, int b) in MULT16_16_16() function
/external/speex/libspeex/
Dfixed_generic.h72 #define MULT16_16_16(a,b) ((((spx_word16_t)(a))*((spx_word16_t)(b)))) macro
Darch.h185 #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