Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c1304 unsigned real_x = src_x; in tpg_precalculate_line() local
1307 real_x = tpg->hflip ? tpg->src_width * 2 - real_x - 2 : real_x; in tpg_precalculate_line()
1308 color1 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line()
1317 real_x = src_x; in tpg_precalculate_line()
1318 real_x = tpg->hflip ? tpg->src_width * 2 - real_x - 2 : real_x; in tpg_precalculate_line()
1319 color2 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line()