Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3189 v_c6 = vdupq_n_f32(coeffs[6]); in RGB2XYZ_f()
3209 …v_dst.val[2] = vmlaq_f32(vmlaq_f32(vmulq_f32(v_src.val[0], v_c6), v_src.val[1], v_c7), v_src.val[2… in operator ()()
3219 …v_dst.val[2] = vmlaq_f32(vmlaq_f32(vmulq_f32(v_src.val[0], v_c6), v_src.val[1], v_c7), v_src.val[2… in operator ()()
3234 float32x4_t v_c0, v_c1, v_c2, v_c3, v_c4, v_c5, v_c6, v_c7, v_c8; member
3260 v_c6 = _mm_set1_ps(coeffs[6]); in RGB2XYZ_f()
3278 v_z = _mm_mul_ps(v_r, v_c6); in process()
3344 __m128 v_c0, v_c1, v_c2, v_c3, v_c4, v_c5, v_c6, v_c7, v_c8; member
3423 v_c6 = vdup_n_u16(coeffs[6]); in RGB2XYZ_i()
3462 uint32x4_t v_Z0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c6), v_s1, v_c7), v_s2, v_c8); in operator ()()
3473 uint32x4_t v_Z1 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c6), v_s1, v_c7), v_s2, v_c8); in operator ()()
[all …]