Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvbgfg_codebook.cpp67 static uchar satTab8u[768]; variable
69 #define SAT_8U(x) satTab8u[(x) + 255]
79 satTab8u[i] = (uchar)(v < 0 ? 0 : v > 255 ? 255 : v); in icvInitSatTab()