Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:JDIMENSION

113       JDIMENSION last_scanline;
123 &cinfo->output_scanline, (JDIMENSION) 0);
153 jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset,
154 JDIMENSION *width)
157 JDIMENSION input_xoffset;
211 (JDIMENSION) (long) (*xoffset) / (long) align;
213 (JDIMENSION) jdiv_round_up((long) (*xoffset + cinfo->output_width),
221 (JDIMENSION) jdiv_round_up((long) (cinfo->output_width *
231 (JDIMENSION) (long) (*xoffset * compptr->h_samp_factor) /
234 (JDIMENSION) jdiv_round_up((long) ((*xoffset + cinfo->output_width) *
260 GLOBAL(JDIMENSION)
262 JDIMENSION max_lines)
264 JDIMENSION row_ctr;
291 JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows)
305 read_and_discard_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines)
307 JDIMENSION n;
309 JDIMENSION input_row, JSAMPARRAY output_buf,
328 increment_simple_rowgroup_ctr (j_decompress_ptr cinfo, JDIMENSION rows)
330 JDIMENSION rows_left;
356 GLOBAL(JDIMENSION)
357 jpeg_skip_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines)
362 JDIMENSION i, x;
364 JDIMENSION lines_per_iMCU_row, lines_left_in_iMCU_row, lines_after_iMCU_row;
365 JDIMENSION lines_to_skip, lines_to_read;
523 GLOBAL(JDIMENSION)
525 JDIMENSION max_lines)
527 JDIMENSION lines_per_iMCU_row;