Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dfast.cpp72 …__m128i delta = _mm_set1_epi8(-128), t = _mm_set1_epi8((char)threshold), K16 = _mm_set1_epi8((char… in FAST_t() local
73 (void)K16; in FAST_t()
149 int m = _mm_movemask_epi8(_mm_cmpgt_epi8(max0, K16)); in FAST_t()