Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1106 u8 r_y_h, g_u_s, b_v; in gen_twopix() local
1115 g_u_s = tpg->colors[color][1]; /* G or precalculated U, V */ in gen_twopix()
1152 buf[1][0] = (buf[1][0] + g_u_s) / 2; in gen_twopix()
1158 buf[1][0] = g_u_s; in gen_twopix()
1167 buf[2][0] = (buf[2][0] + g_u_s) / 2; in gen_twopix()
1173 buf[2][0] = g_u_s; in gen_twopix()
1182 buf[1][0] = (buf[1][0] + g_u_s) / 2; in gen_twopix()
1186 buf[1][0] = g_u_s; in gen_twopix()
1196 buf[1][1] = (buf[1][1] + g_u_s) / 2; in gen_twopix()
1200 buf[1][1] = g_u_s; in gen_twopix()
[all …]