Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c587 int third_size; in color_to_hsv() local
614 third_size = (tpg->real_hsv_enc == V4L2_HSV_ENC_180) ? 60 : 85; in color_to_hsv()
622 third = third_size; in color_to_hsv()
625 third = third_size * 2; in color_to_hsv()
628 aux *= third_size / 2; in color_to_hsv()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c591 int third_size; in color_to_hsv() local
618 third_size = (tpg->real_hsv_enc == V4L2_HSV_ENC_180) ? 60 : 85; in color_to_hsv()
626 third = third_size; in color_to_hsv()
629 third = third_size * 2; in color_to_hsv()
632 aux *= third_size / 2; in color_to_hsv()

Completed in 7 milliseconds