LibJPEG + 0/8 examples
CodeScope will show references to jpeg_compress_struct::image_width from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
LibJPEG
STM32469I-Discovery
Applications
LibJPEG
STM32469I_EVAL
Applications
LibJPEG
STM324x9I_EVAL
Applications
LibJPEG
STM324xG_EVAL
Applications
LibJPEG
STM32F412G-Discovery
Applications
LibJPEG
STM32F413H-Discovery
Applications
LibJPEG
STM32F429I-Discovery
Applications
LibJPEG
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_compress_struct::image_width

jpeg_compress_struct::image_width field

Syntax

JDIMENSION image_width;

Examples

jpeg_compress_struct::image_width is referenced by 8 libraries and example projects.

References

LocationReferrerText
jpeglib.h:288
JDIMENSION image_width; /* input image width */
jccolor.c:141rgb_ycc_convert()
JDIMENSION num_cols = cinfo->image_width;
jccolor.c:197rgb_gray_convert()
JDIMENSION num_cols = cinfo->image_width;
jccolor.c:236cmyk_ycck_convert()
JDIMENSION num_cols = cinfo->image_width;
jccolor.c:288grayscale_convert()
JDIMENSION num_cols = cinfo->image_width;
jccolor.c:317rgb_convert()
JDIMENSION num_cols = cinfo->image_width;
jccolor.c:352null_convert()
JDIMENSION num_cols = cinfo->image_width;
jcmaster.c:199jpeg_calc_jpeg_dimensions()
cinfo->jpeg_width = cinfo->image_width;
jcmaster.c:263initial_setup()
samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
jcprepct.c:156pre_process_data()
expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
jcprepct.c:225pre_process_context()
1, cinfo->image_width);
jcprepct.c:239pre_process_context()
expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
jcsample.c:170int_downsample()
cinfo->image_width, output_cols * h_expand);
jcsample.c:204fullsize_downsample()
cinfo->max_v_samp_factor, cinfo->image_width);
jcsample.c:206fullsize_downsample()
jcsample.c:238h2v1_downsample()
cinfo->image_width, output_cols * 2);
jcsample.c:275h2v2_downsample()
cinfo->image_width, output_cols * 2);
jcsample.c:319h2v2_smooth_downsample()
cinfo->image_width, output_cols * 2);
jcsample.c:421fullsize_smooth_downsample()
cinfo->image_width, output_cols);
jctrans.c:76jpeg_copy_critical_parameters()
dstinfo->image_width = srcinfo->image_width;

Data Use

Type of jpeg_compress_struct::image_width
jpeg_compress_struct::image_width
JDIMENSION
all items filtered out