Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c559 int third_size; in color_to_hsv() local
586 third_size = (tpg->real_hsv_enc == V4L2_HSV_ENC_180) ? 60 : 85; in color_to_hsv()
594 third = third_size; in color_to_hsv()
597 third = third_size * 2; in color_to_hsv()
600 aux *= third_size / 2; in color_to_hsv()