OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thresh8
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvstereobm.cpp
353
__m128i
thresh8
= _mm_set1_epi16((short)(thresh + 1));
local
360
__m128i mask = _mm_cmpgt_epi16(
thresh8
, sad8 );
Completed in 65 milliseconds