Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_avg_neon.c29 const uint8x8_t v_s1 = vld1_u8(s + p); in vp9_avg_8x8_neon() local
30 uint16x8_t v_sum = vaddl_u8(v_s0, v_s1); in vp9_avg_8x8_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfwd_txfm_neon.c30 const int16x8_t v_s1 = vaddq_s16(input_1, input_6); 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/
Dhistogram.cpp2313 __m128d v_s1 = _mm_setzero_pd(), v_s2 = v_s1; in compareHist() local
2314 __m128d v_s11 = v_s1, v_s22 = v_s1, v_s12 = v_s1; in compareHist()
2327 v_s1 = _mm_add_pd(v_s1, v_ad); in compareHist()
2336 v_s1 = _mm_add_pd(v_s1, v_ad); in compareHist()
2344 _mm_store_pd(ar + 6, v_s1); in compareHist()
2401 __m128d v_s1 = _mm_setzero_pd(), v_s2 = v_s1, v_result = v_s1; in compareHist() local
2409 v_s1 = _mm_add_pd(v_s1, v_ad); in compareHist()
2415 v_s1 = _mm_add_pd(v_s1, v_ad); in compareHist()
2421 _mm_store_pd(ar, v_s1); in compareHist()
Dcolor.cpp3457 v_s1 = vget_low_u16(v_src16.val[1]), 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 ()()
3468 v_s1 = vget_high_u16(v_src16.val[1]), 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 ()()
3558 v_s1 = vget_low_u16(v_src.val[1]), 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 …]
Dcorner.cpp723 … __m128 v_s1 = _mm_mul_ps(_mm_mul_ps(v_dx, v_dx), _mm_loadu_ps((const float *)(d2ydata + j))); in preCornerDetect() local
726v_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()
727 _mm_storeu_ps(dstdata + j, v_s1); in preCornerDetect()
/external/opencv3/modules/core/src/
Darithm.cpp3918 float32x4_t v_s1 = vmulq_n_f32(vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_src1))), alpha); 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 ()()
3922 v_s1 = vmulq_n_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))), alpha); in operator ()()
3924 uint16x4_t v_dst2 = vqmovn_u32(cv_vrndq_u32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g))); in operator ()()
3946 float32x4_t v_s1 = vmulq_n_f32(vcvtq_f32_s32(vmovl_s16(vget_low_s16(v_src1))), alpha); 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 ()()
3950 v_s1 = vmulq_n_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src1))), alpha); in operator ()()
3952 int16x4_t v_dst2 = vqmovn_s32(cv_vrndq_s32_f32(vaddq_f32(vaddq_f32(v_s1, v_s2), g))); in operator ()()