Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiotypecvt.c324 const __m128i shorts2 = _mm_srai_epi16(bytes, 8); in SDL_Convert_S8_to_F32_SSE2() local
327 …_mul_ps(_mm_cvtepi32_ps(_mm_srai_epi32(_mm_slli_epi32(_mm_unpacklo_epi16(shorts2, zero), 16), 16))… in SDL_Convert_S8_to_F32_SSE2()
329 …_mul_ps(_mm_cvtepi32_ps(_mm_srai_epi32(_mm_slli_epi32(_mm_unpackhi_epi16(shorts2, zero), 16), 16))… in SDL_Convert_S8_to_F32_SSE2()
384 const __m128i shorts2 = _mm_srli_epi16(bytes, 8); in SDL_Convert_U8_to_F32_SSE2() local
388 …const __m128 floats2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(shorts2, zero)), d… in SDL_Convert_U8_to_F32_SSE2()
390 …const __m128 floats4 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(shorts2, zero)), d… in SDL_Convert_U8_to_F32_SSE2()

Completed in 5 milliseconds