Searched refs:jpeg_width (Results 1 – 6 of 6) sorted by relevance
54 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()62 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()70 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()78 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()86 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()94 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()102 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()110 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()118 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()126 cinfo->jpeg_width = (JDIMENSION) in jpeg_calc_jpeg_dimensions()[all …]
73 if (cinfo->jpeg_height <= 0 || cinfo->jpeg_width <= 0 || in initial_setup()79 (long) cinfo->jpeg_width > (long) JPEG_MAX_DIMENSION) in initial_setup()146 jdiv_round_up((long) cinfo->jpeg_width * (long) compptr->h_samp_factor, in initial_setup()153 jdiv_round_up((long) cinfo->jpeg_width * in initial_setup()430 jdiv_round_up((long) cinfo->jpeg_width, in per_scan_setup()
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()
439 if (dstinfo->jpeg_width > srcinfo->output_width) { in do_crop_ext_zero()2156 dstinfo->jpeg_width = info->output_width; in jtransform_adjust_parameters()2190 if (dstinfo->jpeg_width != srcinfo->image_width || in jtransform_adjust_parameters()2195 dstinfo->jpeg_width, dstinfo->jpeg_height); in jtransform_adjust_parameters()
319 JDIMENSION jpeg_width; /* scaled JPEG image width */ member