Searched refs:satTab8u (Results 1 – 1 of 1) sorted by relevance
67 static uchar satTab8u[768]; variable69 #define SAT_8U(x) satTab8u[(x) + 255]79 satTab8u[i] = (uchar)(v < 0 ? 0 : v > 255 ? 255 : v); in icvInitSatTab()