OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mm_cmpgt_epi16
(Results
1 - 19
of
19
) sorted by null
/external/opencv/cv/src/
cvstereobm.cpp
318
mask =
_mm_cmpgt_epi16
(minsad8, sad8);
327
mask =
_mm_cmpgt_epi16
(minsad8, minsad82);
333
mask =
_mm_cmpgt_epi16
(minsad8, minsad82);
339
mask =
_mm_cmpgt_epi16
(minsad8, minsad82);
360
__m128i mask =
_mm_cmpgt_epi16
( thresh8, sad8 );
361
mask = _mm_and_si128(mask, _mm_or_si128(
_mm_cmpgt_epi16
(d1,d8),
_mm_cmpgt_epi16
(d8,d2)));