Searched refs:threshold_tab (Results 1 – 1 of 1) sorted by relevance
77 uchar threshold_tab[512]; in FAST_t() local79 threshold_tab[i+255] = (uchar)(i < -threshold ? 1 : i > threshold ? 2 : 0); in FAST_t()164 const uchar* tab = &threshold_tab[0] - v + 255; in FAST_t()