Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:JDIMENSION

61   JDIMENSION rows_to_go;	/* counts rows remaining in source image */
106 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
129 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
130 JDIMENSION in_rows_avail,
131 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
132 JDIMENSION out_row_groups_avail)
136 JDIMENSION inrows;
144 numrows = (int) MIN((JDIMENSION) numrows, inrows);
147 (JDIMENSION) prep->next_buf_row,
164 prep->color_buf, (JDIMENSION) 0,
196 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
197 JDIMENSION in_rows_avail,
198 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
199 JDIMENSION out_row_groups_avail)
204 JDIMENSION inrows;
211 numrows = (int) MIN((JDIMENSION) numrows, inrows);
214 (JDIMENSION) prep->next_buf_row,
247 (JDIMENSION) prep->this_row_group,
291 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
293 (JDIMENSION) (3 * rgroup_height));
349 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
351 (JDIMENSION) cinfo->max_v_samp_factor);