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

jpeg_decompress_struct::MCUs_per_row field

Syntax

JDIMENSION MCUs_per_row;

References

LocationReferrerText
jpeglib.h:633
JDIMENSION MCUs_per_row; /* # of MCUs across the image */
jdcoefct.c:152decompress_onepass()
JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1;
jdinput.c:401per_scan_setup()
cinfo->MCUs_per_row = compptr->width_in_blocks;
jdinput.c:429per_scan_setup()
cinfo->MCUs_per_row = (JDIMENSION)

Data Use

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