Home
last modified time | relevance | path

Searched refs:v_dst10 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dpyramids.cpp319 __m128i v_dst10 = _mm_slli_epi16(_mm_adds_epu16(v_r1, v_r2), 2); in operator ()() local
334 …_si128((__m128i *)(dst1 + x), _mm_packus_epi16(_mm_srli_epi16(_mm_adds_epu16(v_dst10, v_delta), 6), in operator ()()
379 __m128i v_dst10 = _mm_slli_epi32(_mm_add_epi32(v_r1, v_r2), 2); in operator ()() local
393 _mm_packs_epi32(_mm_srai_epi32(_mm_add_epi32(v_dst10, v_delta), 6), in operator ()()
439 __m128i v_dst10 = _mm_slli_epi32(_mm_add_epi32(v_r1, v_r2), 2); in operator ()() local
453 _mm_packus_epi32(_mm_srli_epi32(_mm_add_epi32(v_dst10, v_delta), 6), in operator ()()
679 uint16x8_t v_dst10 = vshlq_n_u16(vaddq_u16(v_r1, v_r2), 2); in operator ()() local
691 vst1q_u8(dst1 + x, vcombine_u8(vqmovn_u16(vshrq_n_u16(vaddq_u16(v_dst10, v_delta), 6)), in operator ()()
727 uint32x4_t v_dst10 = vshlq_n_u32(vaddq_u32(v_r1, v_r2), 2); in operator ()() local
739 vst1q_u16(dst1 + x, vcombine_u16(vmovn_u32(vshrq_n_u32(vaddq_u32(v_dst10, v_delta), 6)), in operator ()()
[all …]
Dimgwarp.cpp4938 __m128i v_dst10 = _mm_packs_epi32(_mm_srai_epi32(v_ix0, INTER_BITS), in convertMaps()
4963 _mm_interleave_epi16(v_dst10, v_dst11, v_dst12, v_dst13); in convertMaps()
4965 _mm_storeu_si128((__m128i *)(dst1 + x * 2), v_dst10); in convertMaps()
/external/opencv3/modules/core/src/
Dconvert.cpp4766 int32x4_t v_dst10 = vreinterpretq_s32_u32(vmovl_u16(vget_low_u16(v_src1))); in operator ()() local
4771 … vst1q_s8(dst + x, vcombine_s8(vqmovn_s16(vcombine_s16(vqmovn_s32(v_dst10), vqmovn_s32(v_dst11))), in operator ()()