my_prep_controller::this_row_group is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGmy_prep_controller::this_row_group

my_prep_controller::this_row_group field

Syntax

int this_row_group;

References

LocationReferrerText
jcprepct.c:65
int this_row_group; /* starting row index of group to process */
jcprepct.c:93start_pass_prep()
prep->this_row_group = 0;
jcprepct.c:249pre_process_context()
(JDIMENSION) prep->this_row_group,
jcprepct.c:253pre_process_context()
prep->this_row_group += cinfo->max_v_samp_factor;
jcprepct.c:254pre_process_context()
if (prep->this_row_group >= buf_height)
jcprepct.c:255pre_process_context()
prep->this_row_group = 0;

Data Use

Functions writing my_prep_controller::this_row_group
Functions reading my_prep_controller::this_row_group
my_prep_controller::this_row_group
all items filtered out