Searched refs:hsad_l (Results 1 – 2 of 2) sorted by relevance
379 __m128i hsad_l = _mm_load_si128((__m128i*)(hsad + d)); in findStereoCorrespondenceBM_SSE2() local383 hsad_l = _mm_add_epi16(hsad_l, _mm_unpacklo_epi8(diff,z)); in findStereoCorrespondenceBM_SSE2()385 _mm_store_si128((__m128i*)(hsad + d), hsad_l); in findStereoCorrespondenceBM_SSE2()421 __m128i hsad_l = _mm_load_si128((__m128i*)(hsad + d)); in findStereoCorrespondenceBM_SSE2() local429 hsad_l = _mm_add_epi16(hsad_l, diff); in findStereoCorrespondenceBM_SSE2()430 _mm_store_si128((__m128i*)(hsad + d), hsad_l); in findStereoCorrespondenceBM_SSE2()637 int32x4_t hsad_l = vld1q_s32 (hsad + d); in findStereoCorrespondenceBM() local641 hsad_l = vaddq_s32 (hsad_l, vmovl_s16(vget_low_s16 (diff))); in findStereoCorrespondenceBM()643 vst1q_s32 ((hsad + d), hsad_l); in findStereoCorrespondenceBM()688 int32x4_t hsad_l = vld1q_s32 (hsad + d); in findStereoCorrespondenceBM() local[all …]
268 __m128i hsad_l = _mm_load_si128((__m128i*)(hsad + d)); in icvFindStereoCorrespondenceBM_SSE2() local276 hsad_l = _mm_add_epi16(hsad_l, diff); in icvFindStereoCorrespondenceBM_SSE2()277 _mm_store_si128((__m128i*)(hsad + d), hsad_l); in icvFindStereoCorrespondenceBM_SSE2()