Searched defs:MULT16_32_P16 (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/mips/ |
D | fixed_generic_mipsr1.h | 83 static inline int MULT16_32_P16(int a, int b) in MULT16_32_P16() function
|
/external/libopus/celt/ |
D | fixed_generic.h | 48 #define MULT16_32_P16(a,b) ((opus_val32)PSHR((opus_int64)((opus_val16)(a))*(b),16)) macro 50 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff))… macro
|
D | arch.h | 268 #define MULT16_32_P16(a,b) ((a)*(b)) macro
|
D | fixed_debug.h | 50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) macro
|