Lines Matching refs:image_width

116       jdiv_round_up((long) cinfo->image_width, (long) DCTSIZE);  in jpeg_core_output_dimensions()
124 jdiv_round_up((long) cinfo->image_width * 2L, (long) DCTSIZE); in jpeg_core_output_dimensions()
132 jdiv_round_up((long) cinfo->image_width * 3L, (long) DCTSIZE); in jpeg_core_output_dimensions()
140 jdiv_round_up((long) cinfo->image_width * 4L, (long) DCTSIZE); in jpeg_core_output_dimensions()
148 jdiv_round_up((long) cinfo->image_width * 5L, (long) DCTSIZE); in jpeg_core_output_dimensions()
156 jdiv_round_up((long) cinfo->image_width * 6L, (long) DCTSIZE); in jpeg_core_output_dimensions()
164 jdiv_round_up((long) cinfo->image_width * 7L, (long) DCTSIZE); in jpeg_core_output_dimensions()
172 jdiv_round_up((long) cinfo->image_width * 8L, (long) DCTSIZE); in jpeg_core_output_dimensions()
180 jdiv_round_up((long) cinfo->image_width * 9L, (long) DCTSIZE); in jpeg_core_output_dimensions()
188 jdiv_round_up((long) cinfo->image_width * 10L, (long) DCTSIZE); in jpeg_core_output_dimensions()
196 jdiv_round_up((long) cinfo->image_width * 11L, (long) DCTSIZE); in jpeg_core_output_dimensions()
204 jdiv_round_up((long) cinfo->image_width * 12L, (long) DCTSIZE); in jpeg_core_output_dimensions()
212 jdiv_round_up((long) cinfo->image_width * 13L, (long) DCTSIZE); in jpeg_core_output_dimensions()
220 jdiv_round_up((long) cinfo->image_width * 14L, (long) DCTSIZE); in jpeg_core_output_dimensions()
228 jdiv_round_up((long) cinfo->image_width * 15L, (long) DCTSIZE); in jpeg_core_output_dimensions()
236 jdiv_round_up((long) cinfo->image_width * 16L, (long) DCTSIZE); in jpeg_core_output_dimensions()
253 cinfo->output_width = cinfo->image_width; in jpeg_core_output_dimensions()
317 jdiv_round_up((long) cinfo->image_width * in jpeg_calc_output_dimensions()
329 cinfo->output_width = cinfo->image_width; in jpeg_calc_output_dimensions()