Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h181 int mv_vert_step; member
562 tpg->mv_vert_count += tpg->mv_vert_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()
Dvivid-tpg.c1727 tpg->mv_vert_step = ((tpg->src_width + 319) / 320) * 4; in tpg_update_mv_step()
1731 tpg->mv_vert_step = ((tpg->src_width + 639) / 640) * 4; in tpg_update_mv_step()
1735 tpg->mv_vert_step = 1; in tpg_update_mv_step()
1738 tpg->mv_vert_step = 0; in tpg_update_mv_step()
1742 tpg->mv_vert_step = tpg->src_height - tpg->mv_vert_step; in tpg_update_mv_step()
1902 (tpg->mv_vert_count + tpg->mv_vert_step) % tpg->src_height; in tpg_fill_params_pattern()