my_coef_controller::mcu_ctr is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_coef_controller::mcu_ctr field

Syntax

JDIMENSION mcu_ctr;

References

LocationReferrerText
jccoefct.c:39
JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
jctrans.c:206
JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
jccoefct.c:91start_iMCU_row()
coef->mcu_ctr = 0;
jccoefct.c:158compress_data()
for (MCU_col_num = coef->mcu_ctr; MCU_col_num <= last_MCU_col;
jccoefct.c:211compress_data()
coef->mcu_ctr = MCU_col_num;
jccoefct.c:216compress_data()
coef->mcu_ctr = 0;
jctrans.c:239start_iMCU_row()
coef->mcu_ctr = 0;
jctrans.c:297compress_output()
for (MCU_col_num = coef->mcu_ctr; MCU_col_num < cinfo->MCUs_per_row;
jctrans.c:334compress_output()
coef->mcu_ctr = MCU_col_num;
jctrans.c:339compress_output()
coef->mcu_ctr = 0;

Data Use

Functions writing my_coef_controller::mcu_ctr
Functions reading my_coef_controller::mcu_ctr
my_coef_controller::mcu_ctr
all items filtered out
Type of my_coef_controller::mcu_ctr
my_coef_controller::mcu_ctr
JDIMENSION
all items filtered out