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

my_prep_controller::next_buf_stop field

Syntax

int next_buf_stop;

References

LocationReferrerText
jcprepct.c:66
int next_buf_stop; /* downsample when we reach this index */
jcprepct.c:95start_pass_prep()
prep->next_buf_stop = 2 * cinfo->max_v_samp_factor;
jcprepct.c:212pre_process_context()
numrows = prep->next_buf_stop - prep->next_buf_row;
jcprepct.c:237pre_process_context()
if (prep->next_buf_row < prep->next_buf_stop) {
jcprepct.c:240pre_process_context()
prep->next_buf_row, prep->next_buf_stop);
jcprepct.c:242pre_process_context()
prep->next_buf_row = prep->next_buf_stop;
jcprepct.c:246pre_process_context()
if (prep->next_buf_row == prep->next_buf_stop) {
jcprepct.c:258pre_process_context()
prep->next_buf_stop = prep->next_buf_row + cinfo->max_v_samp_factor;

Data Use

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