Lines Matching refs:frame_line
2240 unsigned frame_line; member
2314 unsigned frame_line = params->frame_line; in tpg_fill_plane_extras() local
2320 frame_line == 0 && params->wss_width) { in tpg_fill_plane_extras()
2330 if (tpg->show_border && frame_line >= b->top && in tpg_fill_plane_extras()
2331 frame_line < b->top + b->height) { in tpg_fill_plane_extras()
2336 if (frame_line == b->top || frame_line == b->top + 1 || in tpg_fill_plane_extras()
2337 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()
2351 if (tpg->qual != TPG_QUAL_NOISE && frame_line >= b->top && in tpg_fill_plane_extras()
2352 frame_line < b->top + b->height) { in tpg_fill_plane_extras()
2357 if (tpg->show_square && frame_line >= sq->top && in tpg_fill_plane_extras()
2358 frame_line < sq->top + sq->height && in tpg_fill_plane_extras()
2417 unsigned frame_line = params->frame_line; in tpg_fill_plane_pattern() local
2429 even = !(frame_line & 1); in tpg_fill_plane_pattern()
2440 frame_line = tpg->src_height - frame_line - 1; in tpg_fill_plane_pattern()
2448 (frame_line < tpg->border.top || in tpg_fill_plane_pattern()
2449 frame_line >= tpg->border.top + tpg->border.height)) { in tpg_fill_plane_pattern()
2459 (frame_line + mv_vert_old) % tpg->src_height; in tpg_fill_plane_pattern()
2461 (frame_line + mv_vert_new) % tpg->src_height; in tpg_fill_plane_pattern()
2470 if (tpg->vdownsampling[p] > 1 && frame_line != frame_line_next) { in tpg_fill_plane_pattern()
2580 params.frame_line = tpg_calc_frameline(tpg, src_y, tpg->field); in tpg_fill_plane_buffer()
2581 params.frame_line_next = params.frame_line; in tpg_fill_plane_buffer()