jpeg_component_info::MCU_height is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_component_info::MCU_height

jpeg_component_info::MCU_height field

Syntax

int MCU_height;

References

LocationReferrerText
jpeglib.h:174
int MCU_height; /* number of blocks per MCU, vertically */
jccoefct.c:178compress_data()
for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jcmaster.c:590per_scan_setup()
compptr->MCU_height = 1;
jcmaster.c:626per_scan_setup()
compptr->MCU_height = compptr->v_samp_factor;
jcmaster.c:627per_scan_setup()
compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
jcmaster.c:633per_scan_setup()
tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
jcmaster.c:634per_scan_setup()
if (tmp == 0) tmp = compptr->MCU_height;
jctrans.c:306compress_output()
for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jdcoefct.c:194decompress_onepass()
for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jdinput.c:406per_scan_setup()
compptr->MCU_height = 1;
jdinput.c:442per_scan_setup()
compptr->MCU_height = compptr->v_samp_factor;
jdinput.c:443per_scan_setup()
compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
jdinput.c:449per_scan_setup()
tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
jdinput.c:450per_scan_setup()
if (tmp == 0) tmp = compptr->MCU_height;

Data Use

Functions writing jpeg_component_info::MCU_height
Functions reading jpeg_component_info::MCU_height
all items filtered out
jpeg_component_info::MCU_height