Lines Matching refs:JDIMENSION
115 JDIMENSION last_scanline; in output_pass_setup()
125 &cinfo->output_scanline, (JDIMENSION)0); in output_pass_setup()
155 jpeg_crop_scanline(j_decompress_ptr cinfo, JDIMENSION *xoffset, in jpeg_crop_scanline()
156 JDIMENSION *width) in jpeg_crop_scanline()
159 JDIMENSION input_xoffset; in jpeg_crop_scanline()
215 cinfo->master->first_iMCU_col = (JDIMENSION)(long)(*xoffset) / (long)align; in jpeg_crop_scanline()
217 (JDIMENSION)jdiv_round_up((long)(*xoffset + cinfo->output_width), in jpeg_crop_scanline()
228 (JDIMENSION)jdiv_round_up((long)(cinfo->output_width * in jpeg_crop_scanline()
238 (JDIMENSION)(long)(*xoffset * hsf) / (long)align; in jpeg_crop_scanline()
240 (JDIMENSION)jdiv_round_up((long)((*xoffset + cinfo->output_width) * hsf), in jpeg_crop_scanline()
265 GLOBAL(JDIMENSION)
267 JDIMENSION max_lines) in jpeg_read_scanlines()
269 JDIMENSION row_ctr; in jpeg_read_scanlines()
296 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) in noop_convert()
318 read_and_discard_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in read_and_discard_scanlines()
320 JDIMENSION n; in read_and_discard_scanlines()
326 JDIMENSION input_row, JSAMPARRAY output_buf, in read_and_discard_scanlines()
367 increment_simple_rowgroup_ctr(j_decompress_ptr cinfo, JDIMENSION rows) in increment_simple_rowgroup_ctr()
369 JDIMENSION rows_left; in increment_simple_rowgroup_ctr()
401 GLOBAL(JDIMENSION)
402 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines()
408 JDIMENSION i, x; in jpeg_skip_scanlines()
410 JDIMENSION lines_per_iMCU_row, lines_left_in_iMCU_row, lines_after_iMCU_row; in jpeg_skip_scanlines()
411 JDIMENSION lines_to_skip, lines_to_read; in jpeg_skip_scanlines()
584 GLOBAL(JDIMENSION)
586 JDIMENSION max_lines) in jpeg_read_raw_data()
588 JDIMENSION lines_per_iMCU_row; in jpeg_read_raw_data()