Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c505 int third_size; in color_to_hsv() local
532 third_size = (tpg->real_hsv_enc == V4L2_HSV_ENC_180) ? 60 : 85; in color_to_hsv()
540 third = third_size; in color_to_hsv()
543 third = third_size * 2; in color_to_hsv()
546 aux *= third_size / 2; in color_to_hsv()