Home
last modified time | relevance | path

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

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/audioconvert/
H A Dfmt-ops-avx2.c757 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_1s_avx2()
799 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2s_avx2()
832 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2s_avx2()
854 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4s_avx2()
908 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4s_avx2()
951 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4_avx2()
990 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4_avx2()
1017 __m256 int_max = _mm256_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2_avx2()
1051 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2_avx2()
H A Dfmt-ops-sse2.c555 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32_to_s16_1_sse2()
604 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_1s_sse2()
646 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2s_sse2()
696 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_4s_sse2()
774 __m128 int_max = _mm_set1_ps(S16_MAX_F); in conv_f32d_to_s16_2_sse2()
H A Dfmt-ops.h61 #define S16_MAX_F 32767.0f macro