Home
last modified time | relevance | path

Searched defs:MULT16_16_P15 (Results 1 – 8 of 8) sorted by relevance

/external/libopus/celt/mips/
Dfixed_generic_mipsr1.h118 static inline int MULT16_16_P15(int a, int b) in MULT16_16_P15() function
/external/speex/libspeexdsp/
Dfixed_generic.h97 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
Darch.h196 #define MULT16_16_P15(a,b) ((a)*(b)) macro
Dfixed_debug.h429 static inline short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
/external/libopus/celt/
Dfixed_generic.h167 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
Darch.h268 #define MULT16_16_P15(a,b) ((a)*(b)) macro
Dfixed_debug.h724 static OPUS_INLINE short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
/external/rnnoise/src/
Darch.h238 #define MULT16_16_P15(a,b) ((a)*(b)) macro