Lines Matching refs:JDIMENSION
64 JDIMENSION rows_to_go; /* counts rows remaining in source image */
109 expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols,
132 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
133 JDIMENSION in_rows_avail,
134 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
135 JDIMENSION out_row_groups_avail)
139 JDIMENSION inrows;
147 numrows = (int) MIN((JDIMENSION) numrows, inrows);
150 (JDIMENSION) prep->next_buf_row,
167 prep->color_buf, (JDIMENSION) 0,
199 JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
200 JDIMENSION in_rows_avail,
201 JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr,
202 JDIMENSION out_row_groups_avail)
207 JDIMENSION inrows;
214 numrows = (int) MIN((JDIMENSION) numrows, inrows);
217 (JDIMENSION) prep->next_buf_row,
250 (JDIMENSION) prep->this_row_group,
294 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
296 (JDIMENSION) (3 * rgroup_height));
352 (JDIMENSION) (((long) compptr->width_in_blocks * DCTSIZE *
354 (JDIMENSION) cinfo->max_v_samp_factor);