Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-risc.c129 unsigned int ypadding, unsigned int ylines, in bttv_risc_planar() argument
146 instructions = ((3 + (ybpl + ypadding) * ylines * 2) in bttv_risc_planar()
147 / PAGE_SIZE) + ylines; in bttv_risc_planar()
161 for (line = 0; line < ylines; line++) { in bttv_risc_planar()
163 (line >= (ylines - VCR_HACK_LINES))) in bttv_risc_planar()