Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djcmaster.c70 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 …]
Djcmarker.c329 (long) cinfo->jpeg_width > 65535L) in emit_sof()
334 emit_2bytes(cinfo, (int) cinfo->jpeg_width); in emit_sof()
Djctrans.c80 dstinfo->jpeg_width = srcinfo->output_width; in jpeg_copy_critical_parameters()
Djpeglib.h312 JDIMENSION jpeg_width; /* scaled JPEG image width */ member
/external/libjpeg-turbo/
Djpegcomp.h19 #define _jpeg_width jpeg_width
Djctrans.c83 dstinfo->jpeg_width = srcinfo->output_width; in jpeg_copy_critical_parameters()
Dtransupp.c1387 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()
Djpeglib.h325 JDIMENSION jpeg_width; /* scaled JPEG image width */ member
Djcmaster.c61 cinfo->jpeg_width = cinfo->image_width; in jpeg_calc_jpeg_dimensions()
Dlibjpeg.txt1117 JDIMENSION jpeg_width Actual dimensions of output image.