Searched refs:vIn (Results 1 – 1 of 1) sorted by relevance
58 static inline uint8x8_t NeonFastDiv255(uint16x8_t vIn) in NeonFastDiv255() argument61 return vmovn_u16(vshrq_n_u16(vIn + vshrq_n_u16(vIn + vdupq_n_u16(257), 8), 8)); in NeonFastDiv255()