Searched refs:uint16lo (Results 1 – 1 of 1) sorted by relevance
932 …const uint16x8_t uint16lo = vmovl_u8(vget_low_u8(bytes)); /* convert bottom 8 bytes to 8 uint16 … in SDL_Convert_U8_to_F32_NEON() local934 … vst1q_f32(dst, vmlaq_f32(negone, vcvtq_f32_u32(vmovl_u16(vget_low_u16(uint16lo))), divby128)); in SDL_Convert_U8_to_F32_NEON()935 … vst1q_f32(dst+4, vmlaq_f32(negone, vcvtq_f32_u32(vmovl_u16(vget_high_u16(uint16lo))), divby128)); in SDL_Convert_U8_to_F32_NEON()
Completed in 5 milliseconds