jpeg_compress_struct::jpeg_width is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_compress_struct::jpeg_width

jpeg_compress_struct::jpeg_width field

Syntax

JDIMENSION jpeg_width;

References

LocationReferrerText
jpeglib.h:305
JDIMENSION jpeg_width; /* scaled JPEG image width */
jcmarker.c:297emit_sof()
(long) cinfo->jpeg_width > 65535L)
jcmarker.c:302emit_sof()
emit_2bytes(cinfo, (int) cinfo->jpeg_width);
jcmaster.c:199jpeg_calc_jpeg_dimensions()
cinfo->jpeg_width = cinfo->image_width;
jcmaster.c:253initial_setup()
if (cinfo->jpeg_height <= 0 || cinfo->jpeg_width <= 0 ||
jcmaster.c:259initial_setup()
(long) cinfo->jpeg_width > (long) JPEG_MAX_DIMENSION)
jcmaster.c:328initial_setup()
jdiv_round_up((long) cinfo->jpeg_width * (long) compptr->h_samp_factor,
jcmaster.c:335initial_setup()
jdiv_round_up((long) cinfo->jpeg_width *
jcmaster.c:614per_scan_setup()
jdiv_round_up((long) cinfo->jpeg_width,
jctrans.c:80jpeg_copy_critical_parameters()
dstinfo->jpeg_width = srcinfo->output_width;

Data Use

Functions writing jpeg_compress_struct::jpeg_width
Functions reading jpeg_compress_struct::jpeg_width
jpeg_compress_struct::jpeg_width
Type of jpeg_compress_struct::jpeg_width
jpeg_compress_struct::jpeg_width
JDIMENSION
all items filtered out