Home
last modified time | relevance | path

Searched refs:maxval8 (Results 1 – 1 of 1) 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
489 v0 = _mm_and_si128( v0, maxval8 ); in thresh_16s()
490 v1 = _mm_and_si128( v1, maxval8 ); in thresh_16s()
517 __m128i thresh8 = _mm_set1_epi16(thresh), maxval8 = _mm_set1_epi16(maxval); in thresh_16s() local
525 v0 = _mm_andnot_si128( v0, maxval8 ); in thresh_16s()
526 v1 = _mm_andnot_si128( v1, maxval8 ); in thresh_16s()