Searched refs:calcType (Results 1 – 1 of 1) sorted by relevance
39 uint16x8_t calcType = vmlal_u8(vdupq_n_u16(BASEMSB), a, b); in Multipling() local40 uint8x8_t result = vshrn_n_u16(calcType, NEON_STEP_8); in Multipling()41 return vshrn_n_u16(vaddq_u16(vmovl_u8(result), calcType), NEON_STEP_8); in Multipling()46 uint16x8_t calcType = vaddl_u8(p, q); in NeonPreLerp() local47 return vsub_u8(vshrn_n_u16(calcType, NEON_STEP_8), Multipling(p, a)); in NeonPreLerp()