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

my_prep_controller::next_buf_row field

Syntax

int next_buf_row;

References

LocationReferrerText
jcprepct.c:62
int next_buf_row; /* index of next row to store in color_buf */
jcprepct.c:88start_pass_prep()
prep->next_buf_row = 0;
jcprepct.c:143pre_process_data()
numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
jcprepct.c:147pre_process_data()
(JDIMENSION) prep->next_buf_row,
jcprepct.c:150pre_process_data()
prep->next_buf_row += numrows;
jcprepct.c:154pre_process_data()
prep->next_buf_row < cinfo->max_v_samp_factor) {
jcprepct.c:157pre_process_data()
prep->next_buf_row, cinfo->max_v_samp_factor);
jcprepct.c:159pre_process_data()
prep->next_buf_row = cinfo->max_v_samp_factor;
jcprepct.c:162pre_process_data()
if (prep->next_buf_row == cinfo->max_v_samp_factor) {
jcprepct.c:166pre_process_data()
prep->next_buf_row = 0;
jcprepct.c:212pre_process_context()
numrows = prep->next_buf_stop - prep->next_buf_row;
jcprepct.c:216pre_process_context()
(JDIMENSION) prep->next_buf_row,
jcprepct.c:230pre_process_context()
prep->next_buf_row += numrows;
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:256pre_process_context()
if (prep->next_buf_row >= buf_height)
jcprepct.c:257pre_process_context()
prep->next_buf_row = 0;
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_row
Functions reading my_prep_controller::next_buf_row
my_prep_controller::next_buf_row