Searched refs:_mm_interleave_epi8 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/ |
D | sse_utils.hpp | 167 inline void _mm_interleave_epi8(__m128i & v_r0, __m128i & v_r1, __m128i & v_g0, __m128i & v_g1) in _mm_interleave_epi8() function 197 inline void _mm_interleave_epi8(__m128i & v_r0, __m128i & v_r1, __m128i & v_g0, in _mm_interleave_epi8() function 238 inline void _mm_interleave_epi8(__m128i & v_r0, __m128i & v_r1, __m128i & v_g0, __m128i & v_g1, in _mm_interleave_epi8() function
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 2269 _mm_interleave_epi8(v_y_0, v_y_1, v_cr_0, v_cr_1, v_cb_0, v_cb_1); in operator ()() 3069 _mm_interleave_epi8(v_r0, v_r1, v_g0, v_g1, v_b0, v_b1); in operator ()() 3071 _mm_interleave_epi8(v_r0, v_r1, v_g0, v_g1, in operator ()() 4713 _mm_interleave_epi8(v_h0, v_h1, v_l0, v_l1, v_s0, v_s1); in operator ()() 5838 _mm_interleave_epi8(v_l0, v_l1, v_u0, v_u1, v_v0, v_v1); in operator ()()
|
/external/opencv3/modules/core/src/ |
D | convert.cpp | 619 MERGE2_KERNEL_TEMPLATE( uchar, __m128i, __m128i, _mm_interleave_epi8, si128, CV_CPU_SSE2); 620 MERGE3_KERNEL_TEMPLATE( uchar, __m128i, __m128i, _mm_interleave_epi8, si128, CV_CPU_SSE2); 621 MERGE4_KERNEL_TEMPLATE( uchar, __m128i, __m128i, _mm_interleave_epi8, si128, CV_CPU_SSE2);
|