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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsn9c20x.c1459 s32 hue_coord, hue_index = 180 + sd->hue; local
1468 hue_coord = (hsv_red_x[hue_index] * sd->saturation) >> 8;
1472 hue_coord = (hsv_red_y[hue_index] * sd->saturation) >> 8;
1476 hue_coord = (hsv_green_x[hue_index] * sd->saturation) >> 8;
1480 hue_coord = (hsv_green_y[hue_index] * sd->saturation) >> 8;
1484 hue_coord = (hsv_blue_x[hue_index] * sd->saturation) >> 8;
1488 hue_coord = (hsv_blue_y[hue_index] * sd->saturation) >> 8;

Completed in 64 milliseconds