Home
last modified time | relevance | path

Searched refs:ylines (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-risc.c117 unsigned int ypadding, unsigned int ylines, in bttv_risc_planar() argument
134 instructions = ((3 + (ybpl + ypadding) * ylines * 2) in bttv_risc_planar()
135 / PAGE_SIZE) + ylines; in bttv_risc_planar()
149 for (line = 0; line < ylines; line++) { in bttv_risc_planar()
151 (line >= (ylines - VCR_HACK_LINES))) in bttv_risc_planar()