Searched refs:mv_vert_step (Results 1 – 2 of 2) sorted by relevance
220 int mv_vert_step; member618 tpg->mv_vert_count += tpg->mv_vert_step * (frame_is_field ? 1 : 2); in tpg_update_mv_count()
2065 tpg->mv_vert_step = ((tpg->src_width + 319) / 320) * 4; in tpg_update_mv_step()2069 tpg->mv_vert_step = ((tpg->src_width + 639) / 640) * 4; in tpg_update_mv_step()2073 tpg->mv_vert_step = 1; in tpg_update_mv_step()2076 tpg->mv_vert_step = 0; in tpg_update_mv_step()2080 tpg->mv_vert_step = tpg->src_height - tpg->mv_vert_step; in tpg_update_mv_step()2267 (tpg->mv_vert_count + tpg->mv_vert_step) % tpg->src_height; in tpg_fill_params_pattern()