Home
last modified time | relevance | path

Searched defs:thresh8 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dthresh.cpp481 __m128i thresh8 = _mm_set1_epi16(thresh), maxval8 = _mm_set1_epi16(maxval); in thresh_16s() local
517 __m128i thresh8 = _mm_set1_epi16(thresh), maxval8 = _mm_set1_epi16(maxval); in thresh_16s() local
553 __m128i thresh8 = _mm_set1_epi16(thresh); in thresh_16s() local
584 __m128i thresh8 = _mm_set1_epi16(thresh); in thresh_16s() local
622 __m128i thresh8 = _mm_set1_epi16(thresh); in thresh_16s() local
/external/opencv/cv/src/
Dcvstereobm.cpp353 __m128i thresh8 = _mm_set1_epi16((short)(thresh + 1)); in icvFindStereoCorrespondenceBM_SSE2() local
/external/opencv3/modules/calib3d/src/
Dstereobm.cpp523 __m128i thresh8 = _mm_set1_epi16((short)(thresh + 1)); in findStereoCorrespondenceBM_SSE2() local