Lines Matching refs:src_height
101 tpg->src_height = tpg->buf_height = h; in tpg_init()
410 tpg->src_height = height; in tpg_reset_source()
1259 return (line * 8) / tpg->src_height; in tpg_get_pat_line()
1261 return line == tpg->src_height / 2; in tpg_get_pat_line()
1263 return (line + 1) / 2 == tpg->src_height / 4; in tpg_get_pat_line()
1265 return (line + 10) / 20 == tpg->src_height / 40; in tpg_get_pat_line()
1364 unsigned h = tpg->src_height; in tpg_calculate_square_border()
1742 tpg->mv_vert_step = tpg->src_height - tpg->mv_vert_step; in tpg_update_mv_step()
1849 tpg->src_width, tpg->src_height, in tpg_log_status()
1900 params->mv_vert_old = tpg->mv_vert_count % tpg->src_height; in tpg_fill_params_pattern()
1902 (tpg->mv_vert_count + tpg->mv_vert_step) % tpg->src_height; in tpg_fill_params_pattern()
2075 frame_line = tpg->src_height - frame_line - 1; in tpg_fill_plane_pattern()
2076 frame_line_next = tpg->src_height - frame_line_next - 1; in tpg_fill_plane_pattern()
2094 (frame_line + mv_vert_old) % tpg->src_height; in tpg_fill_plane_pattern()
2096 (frame_line + mv_vert_new) % tpg->src_height; in tpg_fill_plane_pattern()
2113 (frame_line_next + mv_vert_old) % tpg->src_height); in tpg_fill_plane_pattern()
2115 (frame_line_next + mv_vert_new) % tpg->src_height); in tpg_fill_plane_pattern()