Lines Matching refs:num_lines
357 copy_block4(dst, ref, row_offset, row_offset, num_lines << v_zoom)
363 fill_64(dst + row_offset, pix64, (num_lines << 1) - 1, row_offset);\
366 fill_64(dst, pix64, num_lines << 1, row_offset)
431 int x, y, line, num_lines; in decode_cell_data() local
460 num_lines = 1; in decode_cell_data()
503 num_lines = 257 - code - line; in decode_cell_data()
504 if (num_lines <= 0) in decode_cell_data()
519 num_lines = 4 - line; /* enforce next block processing */ in decode_cell_data()
535 num_lines = 4; /* enforce next block processing */ in decode_cell_data()
549 line += num_lines; in decode_cell_data()
550 ref += row_offset * (num_lines << v_zoom); in decode_cell_data()
551 dst += row_offset * (num_lines << v_zoom); in decode_cell_data()