Searched refs:MULT16_32_P16 (Results 1 - 5 of 5) sorted by relevance

/external/libopus/celt/mips/
H A Dfixed_generic_mipsr1.h82 #undef MULT16_32_P16 macro
83 static inline int MULT16_32_P16(int a, int b) function
/external/libopus/celt/
H A 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)),16)) macro
H A Darch.h232 #define MULT16_32_P16(a,b) ((a)*(b)) macro
H A Dfixed_debug.h50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) macro
/external/libopus/src/
H A Dopus_decoder.c574 x = MULT16_32_P16(pcm[i],gain);

Completed in 129 milliseconds