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

jpeg_compress_struct::jpeg_height field

Syntax

JDIMENSION jpeg_height;

References

LocationReferrerText
jpeglib.h:306
JDIMENSION jpeg_height; /* scaled JPEG image height */
jcmarker.c:296emit_sof()
if ((long) cinfo->jpeg_height > 65535L ||
jcmarker.c:301emit_sof()
emit_2bytes(cinfo, (int) cinfo->jpeg_height);
jcmaster.c:200jpeg_calc_jpeg_dimensions()
cinfo->jpeg_height = cinfo->image_height;
jcmaster.c:253initial_setup()
if (cinfo->jpeg_height <= 0 || cinfo->jpeg_width <= 0 ||
jcmaster.c:258initial_setup()
if ((long) cinfo->jpeg_height > (long) JPEG_MAX_DIMENSION ||
jcmaster.c:331initial_setup()
jdiv_round_up((long) cinfo->jpeg_height * (long) compptr->v_samp_factor,
jcmaster.c:339initial_setup()
jdiv_round_up((long) cinfo->jpeg_height *
jcmaster.c:350initial_setup()
jdiv_round_up((long) cinfo->jpeg_height,
jcmaster.c:617per_scan_setup()
jdiv_round_up((long) cinfo->jpeg_height,
jctrans.c:81jpeg_copy_critical_parameters()
dstinfo->jpeg_height = srcinfo->output_height;

Data Use

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