Home
last modified time | relevance | path

Searched defs:MULT16_32_P16 (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/mips/
Dfixed_generic_mipsr1.h83 static inline int MULT16_32_P16(int a, int b) in MULT16_32_P16() function
/external/libopus/celt/
Dfixed_generic.h48 #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
Darch.h268 #define MULT16_32_P16(a,b) ((a)*(b)) macro
Dfixed_debug.h50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) macro