Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Daccum.cpp101 … uint16x8_t v_src0 = vmovl_u8(vget_low_u8(v_src)), v_src1 = vmovl_u8(vget_high_u8(v_src)); in operator ()() local
105 …32(dst + x + 8, vaddq_f32(vld1q_f32(dst + x + 8), vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src1))))); in operator ()()
106 …dst + x + 12, vaddq_f32(vld1q_f32(dst + x + 12), vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))))); in operator ()()
116 … uint16x8_t v_src0 = vmovl_u8(vget_low_u8(v_src)), v_src1 = vmovl_u8(vget_high_u8(v_src)); in operator ()() local
120 …32(dst + x + 8, vaddq_f32(vld1q_f32(dst + x + 8), vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src1))))); in operator ()()
121 …dst + x + 12, vaddq_f32(vld1q_f32(dst + x + 12), vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))))); in operator ()()
142 … uint32x4_t v_src0 = vmovl_u16(vget_low_u16(v_src)), v_src1 = vmovl_u16(vget_high_u16(v_src)); in operator ()() local
145 vst1q_f32(dst + x + 4, vaddq_f32(vld1q_f32(dst + x + 4), vcvtq_f32_u32(v_src1))); in operator ()()
188 uint16x8_t v_src0 = vmull_u8(v_src_0, v_src_0), v_src1 = vmull_u8(v_src_1, v_src_1); in operator ()() local
192 …32(dst + x + 8, vaddq_f32(vld1q_f32(dst + x + 8), vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src1))))); in operator ()()
[all …]
Dmoments.cpp355 … __m128i v_src0 = _mm_unpacklo_epi16(v_src, v_zero), v_src1 = _mm_unpackhi_epi16(v_src, v_zero); in operator ()() local
357 v_x0 = _mm_add_epi32(v_x0, _mm_add_epi32(v_src0, v_src1)); in operator ()()
358 … __m128i v_x1_0 = _mm_mullo_epi32(v_src0, v_ix0), v_x1_1 = _mm_mullo_epi32(v_src1, v_ix1); in operator ()()
362 …m_add_epi32(v_x2, _mm_add_epi32(_mm_mullo_epi32(v_2ix0, v_src0), _mm_mullo_epi32(v_2ix1, v_src1))); in operator ()()
Dcolor.cpp751 …uint16x8_t v_src0 = vld1q_u16((const ushort *)src + i), v_src1 = vld1q_u16((const ushort *)src + i… in operator ()() local
752 …uint8x16_t v_b = vcombine_u8(vmovn_u16(vshlq_n_u16(v_src0, 3)), vmovn_u16(vshlq_n_u16(v_src1, 3))); in operator ()()
754 vmovn_u16(vandq_u16(vshrq_n_u16(v_src1, 3), v_n3))); in operator ()()
756 vmovn_u16(vandq_u16(vshrq_n_u16(v_src1, 8), v_n7))); in operator ()()
791 …uint16x8_t v_src0 = vld1q_u16((const ushort *)src + i), v_src1 = vld1q_u16((const ushort *)src + i… in operator ()() local
792 …uint8x16_t v_b = vcombine_u8(vmovn_u16(vshlq_n_u16(v_src0, 3)), vmovn_u16(vshlq_n_u16(v_src1, 3))); in operator ()()
794 vmovn_u16(vandq_u16(vshrq_n_u16(v_src1, 2), v_n7))); in operator ()()
796 vmovn_u16(vandq_u16(vshrq_n_u16(v_src1, 7), v_n7))); in operator ()()
812 … vqmovn_u16(vandq_u16(v_src1, v_mask))), v_255, v_0); in operator ()()
4428 float32x4x3_t v_src0 = vld3q_f32(buf + j), v_src1 = vld3q_f32(buf + j + 12); in operator ()() local
[all …]
Dimgwarp.cpp1049 int16x8_t v_src1 = vcombine_s16(vmovn_s32(v_src10), vmovn_s32(v_src11)); in operator ()() local
1052 vshrq_n_s16(vqdmulhq_s16(v_src1, v_b1), 1)); in operator ()()
1061 v_src1 = vcombine_s16(vmovn_s32(v_src10), vmovn_s32(v_src11)); in operator ()()
1064 vshrq_n_s16(vqdmulhq_s16(v_src1, v_b1), 1)); in operator ()()
5011 … float32x4x2_t v_src0 = vld2q_f32(src1f + (x << 1)), v_src1 = vld2q_f32(src1f + (x << 1) + 8); in convertMaps() local
5013 int32x4_t v_ix1 = cv_vrndq_s32_f32(vmulq_f32(v_src1.val[0], v_scale)); in convertMaps()
5015 int32x4_t v_iy1 = cv_vrndq_s32_f32(vmulq_f32(v_src1.val[1], v_scale)); in convertMaps()
5041 … __m128i v_src1 = _mm_cvtps_epi32(_mm_mul_ps(_mm_loadu_ps(src1f + x * 2 + 4), v_its)); in convertMaps()
5044 _mm_srai_epi32(v_src1, INTER_BITS)); in convertMaps()
5049 _mm_and_si128(v_src1, v_its1)); in convertMaps()
/external/opencv3/modules/core/src/
Dconvert.cpp168 reg_type v_src1 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC)); \
172 _mm_deinterleave(v_src0, v_src1, v_src2, v_src3); \
175 _mm_storeu_##flavor((cast_type *)(dst0 + ELEMS_IN_VEC), v_src1); \
201 reg_type v_src1 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC)); \
207 _mm_deinterleave(v_src0, v_src1, v_src2, \
211 _mm_storeu_##flavor((cast_type *)(dst0 + ELEMS_IN_VEC), v_src1); \
239 reg_type v_src1 = _mm_loadu_##flavor((cast_type const *)(src + ELEMS_IN_VEC)); \
247 _mm_deinterleave(v_src0, v_src1, v_src2, v_src3, \
251 _mm_storeu_##flavor((cast_type *)(dst0 + ELEMS_IN_VEC), v_src1); \
523 reg_type v_src1 = _mm_loadu_##flavor((const cast_type *)(src0 + ELEMS_IN_VEC)); \
[all …]
Darithm.cpp2347 uint16x8_t v_src1 = vmovl_u8(vld1_u8(src1 + x)); in operator ()() local
2350 float32x4_t v_dst1 = vmulq_f32(vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src1))), in operator ()()
2352 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))), in operator ()()
2364 uint16x8_t v_src1 = vmovl_u8(vld1_u8(src1 + x)); in operator ()() local
2367 float32x4_t v_dst1 = vmulq_f32(vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src1))), in operator ()()
2370 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))), in operator ()()
2394 int16x8_t v_src1 = vmovl_s8(vld1_s8(src1 + x)); in operator ()() local
2397 float32x4_t v_dst1 = vmulq_f32(vcvtq_f32_s32(vmovl_s16(vget_low_s16(v_src1))), in operator ()()
2399 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src1))), in operator ()()
2411 int16x8_t v_src1 = vmovl_s8(vld1_s8(src1 + x)); in operator ()() local
[all …]
Dmatmul.cpp2204 float32x4_t v_src1 = vld1q_f32(src1 + i), v_src2 = vld1q_f32(src2 + i); in scaleAdd_32f()
2205 vst1q_f32(dst + i, vaddq_f32(vmulq_n_f32(v_src1, alpha), v_src2)); in scaleAdd_32f()
2990 uint8x16_t v_src1 = vld1q_u8(src1 + j), v_src2 = vld1q_u8(src2 + j); in dotProd_8u() local
2992 … uint16x8_t v_src10 = vmovl_u8(vget_low_u8(v_src1)), v_src20 = vmovl_u8(vget_low_u8(v_src2)); in dotProd_8u()
2996 v_src10 = vmovl_u8(vget_high_u8(v_src1)); in dotProd_8u()
3004 uint16x8_t v_src1 = vmovl_u8(vld1_u8(src1 + j)), v_src2 = vmovl_u8(vld1_u8(src2 + j)); in dotProd_8u() local
3005 v_sum = vmlal_u16(v_sum, vget_low_u16(v_src1), vget_low_u16(v_src2)); in dotProd_8u()
3006 v_sum = vmlal_u16(v_sum, vget_high_u16(v_src1), vget_high_u16(v_src2)); in dotProd_8u()
3084 int8x16_t v_src1 = vld1q_s8(src1 + j), v_src2 = vld1q_s8(src2 + j); in dotProd_8s() local
3086 … int16x8_t v_src10 = vmovl_s8(vget_low_s8(v_src1)), v_src20 = vmovl_s8(vget_low_s8(v_src2)); in dotProd_8s()
[all …]
/external/valgrind/VEX/priv/
Dhost_ppc_defs.c5109 UInt v_src1 = vregEnc(i->Pin.AvBCDV128Trinary.src1); in emit_PPCInstr() local
5119 p = mkFormVXR( p, 4, v_dst, v_src1, v_src2, in emit_PPCInstr()