Home
last modified time | relevance | path

Searched refs:jpeg_width (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/3rdparty/libjpeg/
H A Djcinit.c54 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 …]
H A Djcmaster.c73 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()
H A Djcmarker.c329 (long) cinfo->jpeg_width > 65535L) in emit_sof()
334 emit_2bytes(cinfo, (int) cinfo->jpeg_width); in emit_sof()
H A Djctrans.c80 dstinfo->jpeg_width = srcinfo->output_width; in jpeg_copy_critical_parameters()
H A Dtransupp.c439 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()
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djpeglib.h319 JDIMENSION jpeg_width; /* scaled JPEG image width */ member