Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek_usb2.c1268 unsigned short R, G, B, max_R, max_G, max_B, min_R, min_G, min_B; in AutoLevel() local
1307 min_R = min_G = min_B = 255; in AutoLevel()
1328 min_B = _MIN (B, min_B); in AutoLevel()
1402 min_B = ii; in AutoLevel()
1422 sum_B = max_B - min_B; in AutoLevel()
1467 else if (B < min_B) in AutoLevel()
1471 fmax_B = ((float) (B - min_B) * 255 / (float) sum_B); in AutoLevel()
1518 unsigned short R, G, B, max_R, max_G, max_B, min_R, min_G, min_B; in QBETDetectAutoLevel() local
1546 min_R = min_G = min_B in QBETDetectAutoLevel()
[all...]

Completed in 2 milliseconds