Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_generic.h149 #define MULT16_16_Q11_32(a,b) (SHR(MULT16_16((a),(b)),11)) macro
Darch.h241 #define MULT16_16_Q11_32(a,b) ((a)*(b)) macro
Dfixed_debug.h528 static OPUS_INLINE int MULT16_16_Q11_32(int a, int b) in MULT16_16_Q11_32() function
/external/speex/libspeex/
Dfixed_generic.h94 #define MULT16_16_Q11_32(a,b) (SHR(MULT16_16((a),(b)),11)) macro
Darch.h201 #define MULT16_16_Q11_32(a,b) ((a)*(b)) macro
Dfixed_debug.h326 static inline int MULT16_16_Q11_32(int a, int b) in MULT16_16_Q11_32() function