Searched refs:jpeg_width (Results 1 – 10 of 10) sorted by relevance
70 cinfo->jpeg_width = cinfo->image_width * cinfo->block_size; in jpeg_calc_jpeg_dimensions()76 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()84 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()92 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()100 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()108 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()116 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()124 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()132 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()140 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()[all …]
329 (long) cinfo->jpeg_width > 65535L) in emit_sof()334 emit_2bytes(cinfo, (int) cinfo->jpeg_width); in emit_sof()
80 dstinfo->jpeg_width = srcinfo->output_width; in jpeg_copy_critical_parameters()
312 JDIMENSION jpeg_width; /* scaled JPEG image width */ member
19 #define _jpeg_width jpeg_width
83 dstinfo->jpeg_width = srcinfo->output_width; in jpeg_copy_critical_parameters()
1387 dstinfo->jpeg_width = info->output_width; in jtransform_adjust_parameters()1425 if (dstinfo->jpeg_width != srcinfo->image_width || in jtransform_adjust_parameters()1430 dstinfo->jpeg_width, dstinfo->jpeg_height); in jtransform_adjust_parameters()
325 JDIMENSION jpeg_width; /* scaled JPEG image width */ member
61 cinfo->jpeg_width = cinfo->image_width; in jpeg_calc_jpeg_dimensions()
1117 JDIMENSION jpeg_width Actual dimensions of output image.