Searched refs:icvHue255To180 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcolor.cpp1109 static const uchar icvHue255To180[] = variable
1204 uchar t0 = icvHue255To180[dst[i]], t1 = icvHue255To180[dst[i+3]];
1206 t0 = icvHue255To180[dst[i+6]]; t1 = icvHue255To180[dst[i+9]];
1210 dst[i] = icvHue255To180[dst[i]];
1617 uchar t0 = icvHue255To180[dst[i]], t1 = icvHue255To180[dst[i+3]];
1619 t0 = icvHue255To180[dst[i+6]]; t1 = icvHue255To180[ds
[all...]

Completed in 107 milliseconds