Lines Matching defs:lines
42 slice lines contains extra bytes for vectorial code thus @size
168 int lines = end[i] - start[i];
173 for (j = 0; j < lines; j+= 1)
177 lines = lines > n ? n : lines;
178 s->plane[i].sliceH = lines;
179 for (j = 0; j < lines; j+= 1)
214 more n lines where n is the max difference between each adjacent slice which
216 The n lines are needed only when there is not enough src lines to output a single
217 dst line, then we should buffer these lines to process them on the next call to scale.