Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3608 uint32x4_t v_Z = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c6), v_s1, v_c7), v_s2, v_c8); in operator ()() local
3612 v_dst.val[2] = vqmovn_u32(vshrq_n_u32(vaddq_u32(v_Z, v_delta), xyz_shift)); in operator ()()
4068 int32x4_t v_Z = vmlaq_s32(vmlaq_s32(vmulq_s32(v_s0, v_c6), v_s1, v_c7), v_s2, v_c8); in operator ()() local
4071 v_Z = vshrq_n_s32(vaddq_s32(v_Z, v_delta), xyz_shift); in operator ()()
4075 uint16x4_t v_r = vqmovun_s32(v_Z); in operator ()()