Searched refs:v_g (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dcolor.cpp753 uint8x16_t v_g = vcombine_u8(vmovn_u16(vandq_u16(vshrq_n_u16(v_src0, 3), v_n3)), local
761 v_dst.val[1] = v_g;
769 v_dst.val[1] = v_g;
793 uint8x16_t v_g = vcombine_u8(vmovn_u16(vandq_u16(vshrq_n_u16(v_src0, 2), v_n7)), local
801 v_dst.val[1] = v_g;
809 v_dst.val[1] = v_g;
1332 uint16x8_t v_b, v_r, v_g; local
1337 v_g = v_src.val[1];
1344 v_g = v_src.val[1];
1350 vget_low_u16(v_g), v_c
1365 uint16x4_t v_b, v_r, v_g; local
1490 process(__m128i v_b, __m128i v_g, __m128i v_r, __m128i & v_gray) const argument
1601 process(__m128 v_b, __m128 v_g, __m128 v_r, __m128 & v_gray) const argument
1824 process(__m128 v_r, __m128 v_g, __m128 v_b, __m128 & v_y, __m128 & v_cr, __m128 & v_cb) const argument
2175 process(__m128i v_r, __m128i v_g, __m128i v_b, __m128i & v_y, __m128i & v_cr, __m128i & v_cb) const argument
2325 process(__m128i v_r, __m128i v_g, __m128i v_b, __m128i & v_y, __m128i & v_cr, __m128i & v_cb) const argument
2560 process(__m128 v_y, __m128 v_cr, __m128 v_cb, __m128 & v_r, __m128 & v_g, __m128 & v_b) const argument
2749 uint8x8_t v_g = vqmovun_s16(vcombine_s16(vmovn_s32(v_g0), vmovn_s32(v_g1))); local
2851 uint16x8_t v_g = vcombine_u16(vqmovun_s32(v_g0), vqmovun_s32(v_g1)); local
2883 int32x4_t v_g = vmlaq_s32(vmulq_s32(vsubq_s32(v_Cr, v_delta), v_c1), vsubq_s32(v_Cb, v_delta), v_c2); local
2965 process(__m128i v_y, __m128i v_cr, __m128i v_cb, __m128i & v_r, __m128i & v_g, __m128i & v_b) const argument
3267 process(__m128 v_r, __m128 v_g, __m128 v_b, __m128 & v_x, __m128 & v_y, __m128 & v_z) const argument
3706 process(__m128 v_x, __m128 v_y, __m128 v_z, __m128 & v_r, __m128 & v_g, __m128 & v_b) const argument
3923 uint8x8_t v_g = vqmovun_s16(vcombine_s16(vqmovn_s32(v_Y0), vqmovn_s32(v_Y1))); local
4037 uint16x8_t v_g = vcombine_u16(vqmovun_s32(v_Y0), vqmovun_s32(v_Y1)); local
4074 uint16x4_t v_g = vqmovun_s32(v_Y); local
[all...]

Completed in 65 milliseconds