Searched refs:v_dst2 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1485 …__m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src12, v_zero_i)), v_sc… in operator ()() local 1486 v_dst2 = _mm_max_ps(_mm_sub_ps(v_zero_f, v_dst2), v_dst2); in operator ()() 1492 …m128i v_dst_i = _mm_packus_epi16(_mm_packs_epi32(_mm_cvtps_epi32(v_dst1), _mm_cvtps_epi32(v_dst2)), in operator ()() 1524 __m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps( in operator ()() local 1526 v_dst2 = _mm_max_ps(_mm_sub_ps(v_zero_f, v_dst2), v_dst2); in operator ()() 1534 …m128i v_dst_i = _mm_packus_epi16(_mm_packs_epi32(_mm_cvtps_epi32(v_dst1), _mm_cvtps_epi32(v_dst2)), in operator ()() 1563 …__m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_unpackhi_epi16(v_src, v_zero_i)), v_scal… in operator ()() local 1564 v_dst2 = _mm_max_ps(_mm_sub_ps(v_zero_f, v_dst2), v_dst2); in operator ()() 1566 …_i = _mm_packus_epi16(_mm_packs_epi32(_mm_cvtps_epi32(v_dst1), _mm_cvtps_epi32(v_dst2)), v_zero_i); in operator ()() 1594 …__m128 v_dst2 = _mm_add_ps(_mm_mul_ps(_mm_cvtepi32_ps(_mm_srai_epi32(_mm_unpackhi_epi16(v_src, v_s… in operator ()() local [all …]
|
D | arithm.cpp | 2352 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))), in operator ()() local 2356 vqmovn_u32(cv_vrndq_u32_f32(v_dst2))); in operator ()() 2370 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_src1))), in operator ()() local 2372 v_dst2 = vmulq_f32(v_dst2, v_scale); in operator ()() 2375 vqmovn_u32(cv_vrndq_u32_f32(v_dst2))); in operator ()() 2399 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src1))), in operator ()() local 2403 vqmovn_s32(cv_vrndq_s32_f32(v_dst2))); in operator ()() 2417 float32x4_t v_dst2 = vmulq_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src1))), in operator ()() local 2419 v_dst2 = vmulq_f32(v_dst2, v_scale); in operator ()() 2422 vqmovn_s32(cv_vrndq_s32_f32(v_dst2))); in operator ()() [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 4878 __m128i v_dst2 = _mm_packs_epi32(_mm_cvtps_epi32(_mm_loadu_ps(src2f + x)), in convertMaps() 4883 _mm_interleave_epi16(v_dst0, v_dst1, v_dst2, v_dst3); in convertMaps() 4887 _mm_storeu_si128((__m128i *)(dst1 + x * 2 + 16), v_dst2); in convertMaps() 5050 …__m128i v_dst2 = _mm_or_si128(_mm_srli_epi32(_mm_and_si128(v_src0, v_y_mask), 16 - INTER_BITS), //… in convertMaps() 5052 _mm_storel_epi64((__m128i *)(dst2 + x), _mm_packus_epi32(v_dst2, v_dst2)); in convertMaps() 5088 float32x4_t v_dst2 = vmlaq_f32(vcvtq_f32_s32(vmovl_s16(vget_low_s16(v_src.val[1]))), in convertMaps() local 5091 vst1q_f32(dst2f + x, v_dst2); in convertMaps() 5095 v_dst2 = vmlaq_f32(vcvtq_f32_s32(vmovl_s16(vget_high_s16(v_src.val[1]))), in convertMaps() 5098 vst1q_f32(dst2f + x + 4, v_dst2); in convertMaps()
|
D | color.cpp | 4433 …uint8x8_t v_dst2 = vqmovn_u16(vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(vmulq_f32(v_src0.val[2], v_… in operator ()() local 4441 v_dst.val[2] = v_dst2; in operator ()() 4450 v_dst.val[2] = v_dst2; in operator ()() 4942 …uint8x8_t v_dst2 = vqmovn_u16(vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(vmulq_f32(v_src0.val[2], v_… in operator ()() local 4950 v_dst.val[2] = v_dst2; in operator ()() 4959 v_dst.val[2] = v_dst2; in operator ()() 5447 …uint8x8_t v_dst2 = vqmovn_u16(vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(vmulq_f32(v_src0.val[2], v_… in operator ()() local 5455 v_dst.val[2] = v_dst2; in operator ()() 5464 v_dst.val[2] = v_dst2; in operator ()() 6016 …uint8x8_t v_dst2 = vqmovn_u16(vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(vmulq_f32(v_src0.val[2], v_… in operator ()() local [all …]
|