Searched refs:_0_5 (Results 1 – 2 of 2) sorted by relevance
1210 __m128 _0_5 = _mm_set1_ps(0.5f); in Bayer2RGB_VNG_8u() local1410 __m128 ngf0 = _mm_div_ps(_0_5, _mm_cvtloepi16_ps(ng)); in Bayer2RGB_VNG_8u()1411 __m128 ngf1 = _mm_div_ps(_0_5, _mm_cvthiepi16_ps(ng)); in Bayer2RGB_VNG_8u()
685 static const __m128 _0_5 = _mm_set1_ps(0.5f), _1_5 = _mm_set1_ps(1.5f); in v_invsqrt() local687 __m128 h = _mm_mul_ps(t, _0_5); in v_invsqrt()