Lines Matching refs:cur_Y
177 state->vobsub.cur_Y, x, end, colour->Y, colour->U, colour->V, colour->A); in gstspu_vobsub_draw_rle_run()
227 if (state->vobsub.cur_Y >= state->vobsub.cur_chg_col->top && in gstspu_vobsub_render_line()
228 state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) { in gstspu_vobsub_render_line()
255 if (state->vobsub.cur_Y >= state->vobsub.clip_rect.top && in gstspu_vobsub_render_line()
256 state->vobsub.cur_Y <= state->vobsub.clip_rect.bottom) in gstspu_vobsub_render_line()
270 if (state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) in gstspu_vobsub_update_chgcol()
274 if (state->vobsub.cur_Y >= state->vobsub.cur_chg_col->top && in gstspu_vobsub_update_chgcol()
275 state->vobsub.cur_Y <= state->vobsub.cur_chg_col->bottom) { in gstspu_vobsub_update_chgcol()
562 state->vobsub.cur_Y = y; in gstspu_vobsub_render()
563 if (state->vobsub.cur_Y & 0x1) { in gstspu_vobsub_render()
566 clip = (state->vobsub.cur_Y < state->vobsub.clip_rect.top in gstspu_vobsub_render()
567 || state->vobsub.cur_Y > state->vobsub.clip_rect.bottom); in gstspu_vobsub_render()
581 state->vobsub.cur_Y++; in gstspu_vobsub_render()
590 for (; state->vobsub.cur_Y <= last_y; state->vobsub.cur_Y++) { in gstspu_vobsub_render()
593 clip = (state->vobsub.cur_Y < state->vobsub.clip_rect.top in gstspu_vobsub_render()
594 || state->vobsub.cur_Y > state->vobsub.clip_rect.bottom); in gstspu_vobsub_render()
608 state->vobsub.cur_Y++; in gstspu_vobsub_render()
629 if (state->vobsub.cur_Y == state->vobsub.disp_rect.bottom) { in gstspu_vobsub_render()
632 clip = (state->vobsub.cur_Y < state->vobsub.clip_rect.top in gstspu_vobsub_render()
633 || state->vobsub.cur_Y > state->vobsub.clip_rect.bottom); in gstspu_vobsub_render()