Lines Matching refs:vdup
59 int y, pl, x, vdup;
66 for (int y = 0; y < state->vdup && (state->y + y) < avctx->height; y++)
74 state->y += state->vdup;
75 state->vdup = 1;
81 for (int y = 0; y < state->vdup && (state->y + y) < avctx->height; y++)
84 state->y += state->vdup;
85 state->vdup = 1;
101 State state = {.y = 0, .pl = 0, .x = 0, .vdup = 1};
330 state.vdup = *b++;
331 if (!state.vdup)
332 state.vdup = 256;