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

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfwd_txfm_neon.c31 const int16x8_t v_s2 = vaddq_s16(input_2, input_5); local
39 int16x8_t v_x1 = vaddq_s16(v_s1, v_s2);
40 int16x8_t v_x2 = vsubq_s16(v_s1, v_s2);
/external/opencv3/modules/imgproc/src/
H A Dcolor.cpp3458 v_s2 = vget_low_u16(v_src16.val[2]); local
3460 uint32x4_t v_X0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c0), v_s1, v_c1), v_s2, v_c2);
3461 uint32x4_t v_Y0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c3), v_s1, v_c4), v_s2, v_c5);
3462 uint32x4_t v_Z0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c6), v_s1, v_c7), v_s2, v_c8);
3469 v_s2 = vget_high_u16(v_src16.val[2]);
3471 uint32x4_t v_X1 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c0), v_s1, v_c1), v_s2, v_c2);
3472 uint32x4_t v_Y1 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c3), v_s1, v_c4), v_s2, v_c5);
3473 uint32x4_t v_Z1 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c6), v_s1, v_c7), v_s2, v_c8);
3559 v_s2 = vget_low_u16(v_src.val[2]); local
3561 uint32x4_t v_X0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c0), v_s1, v_c1), v_s2, v_c
3589 uint16x4_t v_s0, v_s1, v_s2; local
3902 v_s2 = vget_low_s16(v_src16.val[2]); local
4016 v_s2 = vreinterpretq_s32_u32(vmovl_u16(vget_low_u16(v_src.val[2]))); local
4064 v_s2 = vreinterpretq_s32_u32(vmovl_u16(v_src.val[2])); local
[all...]
H A Dhistogram.cpp2313 __m128d v_s1 = _mm_setzero_pd(), v_s2 = v_s1;
2328 v_s2 = _mm_add_pd(v_s2, v_bd);
2337 v_s2 = _mm_add_pd(v_s2, v_bd);
2345 _mm_store_pd(ar + 8, v_s2);
2401 __m128d v_s1 = _mm_setzero_pd(), v_s2 = v_s1, v_result = v_s1;
2410 v_s2 = _mm_add_pd(v_s2, v_bd);
2416 v_s2
[all...]
H A Dcorner.cpp724 __m128 v_s2 = _mm_mul_ps(_mm_mul_ps(v_dy, v_dy), _mm_loadu_ps((const float *)(d2xdata + j))); local
726 v_s1 = _mm_mul_ps(v_factor, _mm_add_ps(v_s1, _mm_add_ps(v_s2, _mm_mul_ps(v_s3, v_m2))));
/external/opencv3/modules/core/src/
H A Darithm.cpp3919 float32x4_t v_s2 = vmulq_n_f32(vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src2))), beta); local
3920 uint16x4_t v_dst1 = vqmovn_u32(cv_vrndq_u32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g)));
3923 v_s2 = vmulq_n_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src2))), beta);
3924 uint16x4_t v_dst2 = vqmovn_u32(cv_vrndq_u32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g)));
3947 float32x4_t v_s2 = vmulq_n_f32(vcvtq_f32_s32(vmovl_s16(vget_low_s16(v_src2))), beta); local
3948 int16x4_t v_dst1 = vqmovn_s32(cv_vrndq_s32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g)));
3951 v_s2 = vmulq_n_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src2))), beta);
3952 int16x4_t v_dst2 = vqmovn_s32(cv_vrndq_s32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g)));

Completed in 157 milliseconds