Searched refs:hsad_l (Results 1 – 1 of 1) sorted by relevance
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()