Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dfwd_txfm_neon.c31 const int16x8_t v_s2 = vaddq_s16(input_2, input_5); in vpx_fdct8x8_neon() local
39 int16x8_t v_x1 = vaddq_s16(v_s1, v_s2); in vpx_fdct8x8_neon()
40 int16x8_t v_x2 = vsubq_s16(v_s1, v_s2); in vpx_fdct8x8_neon()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp3458 v_s2 = vget_low_u16(v_src16.val[2]); in operator ()() local
3460 uint32x4_t v_X0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c0), v_s1, v_c1), v_s2, v_c2); in operator ()()
3461 uint32x4_t v_Y0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c3), v_s1, v_c4), v_s2, v_c5); in operator ()()
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 ()()
3469 v_s2 = vget_high_u16(v_src16.val[2]); in operator ()()
3471 uint32x4_t v_X1 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c0), v_s1, v_c1), v_s2, v_c2); in operator ()()
3472 uint32x4_t v_Y1 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c3), v_s1, v_c4), v_s2, v_c5); 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 ()()
3559 v_s2 = vget_low_u16(v_src.val[2]); in operator ()() local
3561 uint32x4_t v_X0 = vmlal_u16(vmlal_u16(vmull_u16(v_s0, v_c0), v_s1, v_c1), v_s2, v_c2); in operator ()()
[all …]
Dhistogram.cpp2313 __m128d v_s1 = _mm_setzero_pd(), v_s2 = v_s1; in compareHist() local
2328 v_s2 = _mm_add_pd(v_s2, v_bd); in compareHist()
2337 v_s2 = _mm_add_pd(v_s2, v_bd); in compareHist()
2345 _mm_store_pd(ar + 8, v_s2); in compareHist()
2401 __m128d v_s1 = _mm_setzero_pd(), v_s2 = v_s1, v_result = v_s1; in compareHist() local
2410 v_s2 = _mm_add_pd(v_s2, v_bd); in compareHist()
2416 v_s2 = _mm_add_pd(v_s2, v_bd); in compareHist()
2422 _mm_store_pd(ar + 2, v_s2); in compareHist()
Dcorner.cpp724 … __m128 v_s2 = _mm_mul_ps(_mm_mul_ps(v_dy, v_dy), _mm_loadu_ps((const float *)(d2xdata + j))); in preCornerDetect() 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)))); in preCornerDetect()
/external/opencv3/modules/core/src/
Darithm.cpp3919 float32x4_t v_s2 = vmulq_n_f32(vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src2))), beta); in operator ()() local
3920 uint16x4_t v_dst1 = vqmovn_u32(cv_vrndq_u32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g))); in operator ()()
3923 v_s2 = vmulq_n_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src2))), beta); in operator ()()
3924 uint16x4_t v_dst2 = vqmovn_u32(cv_vrndq_u32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g))); in operator ()()
3947 float32x4_t v_s2 = vmulq_n_f32(vcvtq_f32_s32(vmovl_s16(vget_low_s16(v_src2))), beta); in operator ()() local
3948 int16x4_t v_dst1 = vqmovn_s32(cv_vrndq_s32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g))); in operator ()()
3951 v_s2 = vmulq_n_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src2))), beta); in operator ()()
3952 int16x4_t v_dst2 = vqmovn_s32(cv_vrndq_s32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g))); in operator ()()