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

/external/opencv/cv/src/
H A Dcvcolor.cpp1155 const int hsv_shift = 12; local
1237 s = diff * div_table[v] >> hsv_shift;
1240 h = ((h * div_table[diff] * 15 + (1 << (hsv_shift + 6))) >> (7 + hsv_shift))\

Completed in 119 milliseconds