Searched refs:MULT16_32_P16 (Results 1 - 5 of 5) sorted by relevance
/external/libopus/celt/mips/ |
H A D | fixed_generic_mipsr1.h | 82 #undef MULT16_32_P16 macro 83 static inline int MULT16_32_P16(int a, int b) function
|
/external/libopus/celt/ |
H A 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)),16)) macro
|
H A D | arch.h | 232 #define MULT16_32_P16(a,b) ((a)*(b)) macro
|
H A D | fixed_debug.h | 50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) macro
|
/external/libopus/src/ |
H A D | opus_decoder.c | 574 x = MULT16_32_P16(pcm[i],gain);
|
Completed in 892 milliseconds