Searched defs:v_x (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dcolor.cpp3268 __m128 & v_x, __m128 & v_y, __m128 & v_z) const
3270 v_x = _mm_mul_ps(v_r, v_c0);
3271 v_x = _mm_add_ps(v_x, _mm_mul_ps(v_g, v_c1));
3272 v_x = _mm_add_ps(v_x, _mm_mul_ps(v_b, v_c2));
3706 void process(__m128 v_x, __m128 v_y, __m128 v_z, argument
3709 v_b = _mm_mul_ps(v_x, v_c0);
3713 v_g = _mm_mul_ps(v_x, v_c3);
3717 v_r = _mm_mul_ps(v_x, v_c
3267 process(__m128 v_r, __m128 v_g, __m128 v_b, __m128 & v_x, __m128 & v_y, __m128 & v_z) const argument
[all...]

Completed in 174 milliseconds