Searched refs:hsad_h (Results 1 – 1 of 1) sorted by relevance
269 __m128i hsad_h = _mm_load_si128((__m128i*)(hsad + d + 8)); in icvFindStereoCorrespondenceBM_SSE2() local275 hsad_h = _mm_add_epi16(hsad_h, diff_h); in icvFindStereoCorrespondenceBM_SSE2()278 _mm_store_si128((__m128i*)(hsad + d + 8), hsad_h); in icvFindStereoCorrespondenceBM_SSE2()