my_upsampler::rows_to_go is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_upsampler::rows_to_go field

Syntax

JDIMENSION rows_to_go;

References

LocationReferrerText
jdmerge.c:67
JDIMENSION rows_to_go; /* counts rows remaining in image */
jdsample.c:50
JDIMENSION rows_to_go; /* counts rows remaining in image */
jdmerge.c:133start_pass_merged_upsample()
upsample->rows_to_go = cinfo->output_height;
jdmerge.c:165merged_2v_upsample()
if (num_rows > upsample->rows_to_go)
jdmerge.c:166merged_2v_upsample()
num_rows = upsample->rows_to_go;
jdmerge.c:185merged_2v_upsample()
upsample->rows_to_go -= num_rows;
jdsample.c:77start_pass_upsample()
upsample->rows_to_go = cinfo->output_height;
jdsample.c:122sep_upsample()
if (num_rows > upsample->rows_to_go)
jdsample.c:123sep_upsample()
num_rows = upsample->rows_to_go;
jdsample.c:136sep_upsample()
upsample->rows_to_go -= num_rows;

Data Use

Functions writing my_upsampler::rows_to_go
Functions reading my_upsampler::rows_to_go
my_upsampler::rows_to_go
Type of my_upsampler::rows_to_go
my_upsampler::rows_to_go
JDIMENSION
all items filtered out