Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h58 static inline uint8x8_t NeonFastDiv255(uint16x8_t vIn) in NeonFastDiv255() argument
61 return vmovn_u16(vshrq_n_u16(vIn + vshrq_n_u16(vIn + vdupq_n_u16(257), 8), 8)); in NeonFastDiv255()