Home
last modified time | relevance | path

Searched defs:MULT16_16_P15 (Results 1 – 7 of 7) 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.h101 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
Darch.h197 #define MULT16_16_P15(a,b) ((a)*(b)) macro
Dfixed_debug.h419 static inline short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
/external/libopus/celt/
Dfixed_generic.h157 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
Darch.h265 #define MULT16_16_P15(a,b) ((a)*(b)) macro
Dfixed_debug.h679 static OPUS_INLINE short MULT16_16_P15(int a, int b) in MULT16_16_P15() function