Home
last modified time | relevance | path

Searched refs:maxval_ (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dthresh.cpp170 __m128i maxval_ = _mm_set1_epi8(maxval); in thresh_8u() local
188 v0 = _mm_and_si128( v0, maxval_ ); in thresh_8u()
189 v1 = _mm_and_si128( v1, maxval_ ); in thresh_8u()
198 v0 = _mm_and_si128( v0, maxval_ ); in thresh_8u()
211 v0 = _mm_andnot_si128( v0, maxval_ ); in thresh_8u()
212 v1 = _mm_andnot_si128( v1, maxval_ ); in thresh_8u()
221 v0 = _mm_andnot_si128( v0, maxval_ ); in thresh_8u()