Searched refs:_mm_interleave_epi16 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | sse_utils.hpp | 386 inline void _mm_interleave_epi16(__m128i & v_r0, __m128i & v_r1, __m128i & v_g0, __m128i & v_g1) in _mm_interleave_epi16() function 411 inline void _mm_interleave_epi16(__m128i & v_r0, __m128i & v_r1, __m128i & v_g0, in _mm_interleave_epi16() function 445 inline void _mm_interleave_epi16(__m128i & v_r0, __m128i & v_r1, __m128i & v_g0, __m128i & v_g1, in _mm_interleave_epi16() function
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 4883 _mm_interleave_epi16(v_dst0, v_dst1, v_dst2, v_dst3); in convertMaps() 4963 _mm_interleave_epi16(v_dst10, v_dst11, v_dst12, v_dst13); in convertMaps() 5295 _mm_interleave_epi16(v_x0, v_x1, v_y0, v_y1); in operator ()() 5845 _mm_interleave_epi16(v_X0, v_X1, v_Y0, v_Y1); in operator ()() 5986 _mm_interleave_epi16(v_X0, v_X1, v_Y0, v_Y1); in operator ()()
|
D | color.cpp | 2398 _mm_interleave_epi16(v_y0, v_y1, v_cr0, v_cr1, v_cb0, v_cb1); in operator ()()
|
/external/opencv3/modules/core/src/ |
D | convert.cpp | 624 MERGE2_KERNEL_TEMPLATE(ushort, __m128i, __m128i, _mm_interleave_epi16, si128, CV_CPU_SSE4_1); 625 MERGE3_KERNEL_TEMPLATE(ushort, __m128i, __m128i, _mm_interleave_epi16, si128, CV_CPU_SSE4_1); 626 MERGE4_KERNEL_TEMPLATE(ushort, __m128i, __m128i, _mm_interleave_epi16, si128, CV_CPU_SSE4_1);
|