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

jpeg_decompress_struct::max_h_samp_factor field

Syntax

int max_h_samp_factor;

References

LocationReferrerText
jpeglib.h:607
int max_h_samp_factor; /* largest h_samp_factor */
jdinput.c:229initial_setup()
cinfo->max_h_samp_factor = 1;
jdinput.c:236initial_setup()
cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor,
jdinput.c:353initial_setup()
(long) (cinfo->max_h_samp_factor * cinfo->block_size));
jdinput.c:364initial_setup()
(long) cinfo->max_h_samp_factor);
jdinput.c:431per_scan_setup()
(long) (cinfo->max_h_samp_factor * cinfo->block_size));
jdsample.c:325jinit_upsampler()
h_out_group = cinfo->max_h_samp_factor;
jdsample.c:357jinit_upsampler()
(long) cinfo->max_h_samp_factor),

Data Use

Functions writing jpeg_decompress_struct::max_h_samp_factor
Functions reading jpeg_decompress_struct::max_h_samp_factor
all items filtered out
jpeg_decompress_struct::max_h_samp_factor