jpeg_decompress_struct::image_width is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_decompress_struct::image_width

jpeg_decompress_struct::image_width field

Syntax

JDIMENSION image_width;

References

LocationReferrerText
jpeglib.h:451
JDIMENSION image_width; /* nominal image width (from SOF marker) */
jctrans.c:76jpeg_copy_critical_parameters()
dstinfo->image_width = srcinfo->image_width;
jdinput.c:197jpeg_core_output_dimensions()
cinfo->output_width = cinfo->image_width;
jdinput.c:216initial_setup()
(long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
jdinput.c:352initial_setup()
jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
jdinput.c:363initial_setup()
jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
jdinput.c:430per_scan_setup()
jdiv_round_up((long) cinfo->image_width,
jdmarker.c:255get_sof()
INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
jdmarker.c:261get_sof()
(int) cinfo->image_width, (int) cinfo->image_height,
jdmarker.c:270get_sof()
if (cinfo->image_height <= 0 || cinfo->image_width <= 0

Data Use

Functions writing jpeg_decompress_struct::image_width
Functions reading jpeg_decompress_struct::image_width
all items filtered out
jpeg_decompress_struct::image_width
Type of jpeg_decompress_struct::image_width
jpeg_decompress_struct::image_width
JDIMENSION
all items filtered out