Searched defs:MULT16_16_P15 (Results 1 – 8 of 8) sorted by relevance
/external/libopus/celt/mips/ |
D | fixed_generic_mipsr1.h | 118 static inline int MULT16_16_P15(int a, int b) in MULT16_16_P15() function
|
/external/libopus/celt/ |
D | fixed_generic.h | 157 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
|
D | fixed_debug.h | 679 static OPUS_INLINE short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
|
D | arch.h | 268 #define MULT16_16_P15(a,b) ((a)*(b)) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 101 #define MULT16_16_P15(a,b) (SHR(ADD32(16384,MULT16_16((a),(b))),15)) macro
|
D | arch.h | 197 #define MULT16_16_P15(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 419 static inline short MULT16_16_P15(int a, int b) in MULT16_16_P15() function
|
/external/rnnoise/src/ |
D | arch.h | 238 #define MULT16_16_P15(a,b) ((a)*(b)) macro
|