Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiotypecvt.c1025 …const uint16x8_t uints = vld1q_u16((uint16_t const *) src); /* get 8 uint16 into a NEON register.… in SDL_Convert_U16_to_F32_NEON() local
1027 … vst1q_f32(dst, vmlaq_f32(negone, vcvtq_f32_u32(vmovl_u16(vget_low_u16(uints))), divby32768)); in SDL_Convert_U16_to_F32_NEON()
1028 … vst1q_f32(dst+4, vmlaq_f32(negone, vcvtq_f32_u32(vmovl_u16(vget_high_u16(uints))), divby32768)); in SDL_Convert_U16_to_F32_NEON()

Completed in 5 milliseconds