Home
last modified time | relevance | path

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

/linux/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()