Home
last modified time | relevance | path

Searched refs:calcType (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h39 uint16x8_t calcType = vmlal_u8(vdupq_n_u16(BASEMSB), a, b); in Multipling() local
40 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() local
47 return vsub_u8(vshrn_n_u16(calcType, NEON_STEP_8), Multipling(p, a)); in NeonPreLerp()