Lines Matching refs:line
41 u32 instructions,line,todo;
47 one write per scan line + sync + jump (all 2 dwords). padding
69 for (line = 0; line < store_lines; line++) {
71 (line >= (store_lines - VCR_HACK_LINES)))
122 unsigned int instructions,line,todo,ylen,chroma;
132 one write per scan line (5 dwords)
149 for (line = 0; line < ylines; line++) {
151 (line >= (ylines - VCR_HACK_LINES)))
159 chroma = ((line & 1) == 0);
161 chroma = ((line & 1) == 1);
165 chroma = ((line & 3) == 0);
167 chroma = ((line & 3) == 2);
239 int dwords, rc, line, maxy, start, end;
271 for (maxy = -1, line = 0; line < ov->w.height;
272 line++, addr += btv->fbuf.fmt.bytesperline) {
274 (line >= (ov->w.height - VCR_HACK_LINES)))
276 if ((line%2) == 0 && skip_even)
278 if ((line%2) == 1 && skip_odd)
282 if (line > maxy)
283 btcx_calc_skips(line, ov->w.width, &maxy,