Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp1483 …__m128 v_dst1 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src12, v_zero_i)), v_sc… in operator ()()
1485 …__m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src12, v_zero_i)), v_sc… in operator ()()
1487 …__m128 v_dst3 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src_34, v_zero_i)), v_s… in operator ()()
1489 …__m128 v_dst4 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src_34, v_zero_i)), v_s… in operator ()()
1521 __m128 v_dst1 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps( in operator ()()
1524 __m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps( in operator ()()
1527 __m128 v_dst3 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps( in operator ()()
1530 __m128 v_dst4 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps( in operator ()()
1561 …__m128 v_dst1 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src, v_zero_i)), v_scal… in operator ()()
1563 …__m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src, v_zero_i)), v_scal… in operator ()()
[all …]
Darithm.cpp2585 __m128 v_dst1 = _mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src1, v_zero)), in operator ()()
2586 _mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src2, v_zero))); in operator ()()
2589 __m128 v_dst2 = _mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src1, v_zero)), in operator ()()
2590 _mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src2, v_zero))); in operator ()()
2632 …__m128 v_dst1 = _mm_mul_ps(_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpacklo_epi16(v_zero, v_src1), 16)), in operator ()()
2633_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpacklo_epi16(v_zero, v_src2), 16))); in operator ()()
2635 …__m128 v_dst2 = _mm_mul_ps(_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpackhi_epi16(v_zero, v_src1), 16)), in operator ()()
2636_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpackhi_epi16(v_zero, v_src2), 16))); in operator ()()
2652 …__m128 v_dst1 = _mm_mul_ps(_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpacklo_epi16(v_zero, v_src1), 16)), in operator ()()
2653_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpacklo_epi16(v_zero, v_src2), 16))); in operator ()()
[all …]
Dmatmul.cpp1698 __m128 x0 = _mm_cvtepi32_ps(v0), x1 = _mm_cvtepi32_ps(v1); in transform_16u()
1699 __m128 x2 = _mm_cvtepi32_ps(v2), x3 = _mm_cvtepi32_ps(v3); in transform_16u()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h66 Packet4f e = padd(_mm_cvtepi32_ps(emm0), p4f_1);
142 tmp = _mm_cvtepi32_ps(emm0);
302 y = _mm_cvtepi32_ps(emm2);
394 y = _mm_cvtepi32_ps(emm2);
/external/skia/src/opts/
DSkNx_sse.h21 __m128 roundtrip = _mm_cvtepi32_ps(_mm_cvttps_epi32(v)); in sse2_mm_floor_ps()
292 return _mm_cvtepi32_ps(src.fVec);
332 return _mm_cvtepi32_ps(_32);
337 return _mm_cvtepi32_ps(_32);
/external/opencv3/modules/imgproc/src/
Dfilter.cpp959 s0 = _mm_cvtepi32_ps(_mm_load_si128(S)); in operator ()()
960 s1 = _mm_cvtepi32_ps(_mm_load_si128(S+1)); in operator ()()
963 s2 = _mm_cvtepi32_ps(_mm_load_si128(S+2)); in operator ()()
964 s3 = _mm_cvtepi32_ps(_mm_load_si128(S+3)); in operator ()()
976 s0 = _mm_add_ps(s0, _mm_mul_ps(_mm_cvtepi32_ps(x0), f)); in operator ()()
977 s1 = _mm_add_ps(s1, _mm_mul_ps(_mm_cvtepi32_ps(x1), f)); in operator ()()
980 s2 = _mm_add_ps(s2, _mm_mul_ps(_mm_cvtepi32_ps(x0), f)); in operator ()()
981 s3 = _mm_add_ps(s3, _mm_mul_ps(_mm_cvtepi32_ps(x1), f)); in operator ()()
995 __m128 s0 = _mm_cvtepi32_ps(_mm_load_si128((const __m128i*)(src[0] + i))); in operator ()()
1005 s0 = _mm_add_ps(s0, _mm_mul_ps(_mm_cvtepi32_ps(x0), f)); in operator ()()
[all …]
Dimgwarp.cpp715 s0 = _mm_mul_ps(_mm_cvtepi32_ps(x0), b0); in operator ()()
716 s1 = _mm_mul_ps(_mm_cvtepi32_ps(x1), b0); in operator ()()
717 f0 = _mm_mul_ps(_mm_cvtepi32_ps(y0), b1); in operator ()()
718 f1 = _mm_mul_ps(_mm_cvtepi32_ps(y1), b1); in operator ()()
727 f0 = _mm_mul_ps(_mm_cvtepi32_ps(x0), b2); in operator ()()
728 f1 = _mm_mul_ps(_mm_cvtepi32_ps(x1), b2); in operator ()()
731 f0 = _mm_mul_ps(_mm_cvtepi32_ps(y0), b3); in operator ()()
732 f1 = _mm_mul_ps(_mm_cvtepi32_ps(y1), b3); in operator ()()
752 s0 = _mm_mul_ps(_mm_cvtepi32_ps(x0), b0); in operator ()()
753 s1 = _mm_mul_ps(_mm_cvtepi32_ps(x1), b0); in operator ()()
[all …]
Dsmooth.cpp294 __m128i _s0T = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s0))); in operator ()()
295 __m128i _s0T1 = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s01))); in operator ()()
468 __m128i _s0T = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s0))); in operator ()()
469 __m128i _s0T1 = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s01))); in operator ()()
635 __m128i _res = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s0))); in operator ()()
799 __m128i _s0T = _mm_cvtps_epi32(_mm_mul_ps(scale4, _mm_cvtepi32_ps(_s0))); in operator ()()
954 _mm_storeu_ps(D+i, _mm_mul_ps(scale4, _mm_cvtepi32_ps(_s0))); in operator ()()
993 _mm_storeu_ps(D+i, _mm_cvtepi32_ps(_s0)); in operator ()()
2853 …__m128 _b = _mm_cvtepi32_ps(_mm_unpacklo_epi16(_mm_unpacklo_epi8(_mm_cvtsi32_si128(sptr_k0[0]), iz… in operator ()()
2854 …__m128 _g = _mm_cvtepi32_ps(_mm_unpacklo_epi16(_mm_unpacklo_epi8(_mm_cvtsi32_si128(sptr_k1[0]), iz… in operator ()()
[all …]
Dcolor.cpp4324 __m128 v_r0 = _mm_cvtepi32_ps(_mm_unpacklo_epi16(v_r, v_zero)); in process()
4325 __m128 v_g0 = _mm_cvtepi32_ps(_mm_unpacklo_epi16(v_g, v_zero)); in process()
4326 __m128 v_b0 = _mm_cvtepi32_ps(_mm_unpacklo_epi16(v_b, v_zero)); in process()
4328 __m128 v_r1 = _mm_cvtepi32_ps(_mm_unpackhi_epi16(v_r, v_zero)); in process()
4329 __m128 v_g1 = _mm_cvtepi32_ps(_mm_unpackhi_epi16(v_g, v_zero)); in process()
4330 __m128 v_b1 = _mm_cvtepi32_ps(_mm_unpackhi_epi16(v_b, v_zero)); in process()
4650 …_mm_store_ps(buf + j, _mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src_p, v_zero)), v_scale_inv… in operator ()()
4651 …_mm_store_ps(buf + j + 4, _mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src_p, v_zero)), v_scale… in operator ()()
4654 …_mm_store_ps(buf + j + 8, _mm_mul_ps(_mm_cvtepi32_ps(_mm_unpacklo_epi16(v_src_p, v_zero)), v_scale… in operator ()()
4655 …_mm_store_ps(buf + j + 12, _mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src_p, v_zero)), v_scal… in operator ()()
[all …]
Ddemosaicing.cpp1213 …#define _mm_cvtloepi16_ps(a) _mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpacklo_epi16(a,a), 16)) //(1,… in Bayer2RGB_VNG_8u()
1214 …#define _mm_cvthiepi16_ps(a) _mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpackhi_epi16(a,a), 16)) //(1,… in Bayer2RGB_VNG_8u()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp354 __m128 fy = _mm_cvtepi32_ps(t0); in operator ()()
355 __m128 fx = _mm_cvtepi32_ps(t1); in operator ()()
574 qb0 = _mm_add_ps(qb0, _mm_cvtepi32_ps(v00)); in operator ()()
575 qb1 = _mm_add_ps(qb1, _mm_cvtepi32_ps(v10)); in operator ()()
580 qb0 = _mm_add_ps(qb0, _mm_cvtepi32_ps(v00)); in operator ()()
581 qb1 = _mm_add_ps(qb1, _mm_cvtepi32_ps(v10)); in operator ()()
/external/opencv3/modules/objdetect/src/
Dhog.cpp253 _mm_storeu_ps(_data + i, _mm_sqrt_ps(_mm_cvtepi32_ps(idx))); in computeGradient()
259 _mm_storeu_ps(_data + i, _mm_cvtepi32_ps(idx)); in computeGradient()
428 _angle = _mm_sub_ps(_angle, _mm_cvtepi32_ps(_hidx)); in computeGradient()
598 __m128 t = _mm_sub_ps(_mm_cvtepi32_ps(idx), _bh); in init()
615 __m128 t = _mm_sub_ps(_mm_cvtepi32_ps(idx), _bw); in init()
/external/clang/test/CodeGen/
Dsse2-builtins.c354 return _mm_cvtepi32_ps(A); in test_mm_cvtepi32_ps()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp1158 __m128i mask = _mm_castps_si128(_mm_cmpgt_ps(_mm_cvtepi32_ps(a1), a.val)); in v_floor()
1165 __m128i mask = _mm_castps_si128(_mm_cmpgt_ps(a.val, _mm_cvtepi32_ps(a1))); in v_ceil()
1534 return v_float32x4(_mm_cvtepi32_ps(a.val)); in OPENCV_HAL_IMPL_SSE_LOADSTORE_INTERLEAVE()
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_vec4.inl89 // Data(_mm_cvtepi32_ps(v.Data))
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_sse2.c350 const __m128 y = _mm_sub_ps(x_max, _mm_cvtepi32_ps(x_minus_half_floor)); in mm_pow_ps()
/external/clang/lib/Headers/
Demmintrin.h1059 _mm_cvtepi32_ps(__m128i __a) in _mm_cvtepi32_ps() function