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

/external/chromium/chrome/browser/chromeos/login/
H A Dcamera.cc54 uint8_t clip_to_byte(int value) { function in namespace:chromeos::__anon1981
70 uint8_t r = clip_to_byte((298 * c + 409 * e + 128) >> 8);
71 uint8_t g = clip_to_byte((298 * c - 100 * d - 208 * e + 128) >> 8);
72 uint8_t b = clip_to_byte((298 * c + 516 * d + 128) >> 8);

Completed in 56 milliseconds