Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcolor.cpp1157 static const int div_table[] = { in icvBGRx2HSV_8u_CnC3R() local
1237 s = diff * div_table[v] >> hsv_shift; in icvBGRx2HSV_8u_CnC3R()
1240 h = ((h * div_table[diff] * 15 + (1 << (hsv_shift + 6))) >> (7 + hsv_shift))\ in icvBGRx2HSV_8u_CnC3R()