Searched defs:MAC16_32_Q16 (Results 1 – 5 of 5) sorted by relevance
/external/libopus/celt/arm/ |
D | fixed_armv4.h | 74 #define MAC16_32_Q16(c, a, b) ADD32(c, MULT16_32_Q16(a, b)) macro
|
D | fixed_armv5e.h | 100 #define MAC16_32_Q16(c, a, b) (MAC16_32_Q16_armv5e(c, a, b)) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 147 #define MAC16_32_Q16(c,a,b) ADD32((c),ADD32(MULT16_16((a),SHR((b),16)), SHR(MULT16_16SU((a),((b)&0x… macro
|
D | arch.h | 258 #define MAC16_32_Q16(c,a,b) ((c)+(a)*(b)) macro
|
D | fixed_debug.h | 506 #define MAC16_32_Q16(c,a,b) (celt_mips-=2,ADD32((c),MULT16_32_Q16((a),(b)))) macro
|