my_coef_controller::MCU_vert_offset is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGmy_coef_controller::MCU_vert_offset

my_coef_controller::MCU_vert_offset field

Syntax

int MCU_vert_offset;

References

LocationReferrerText
jccoefct.c:40
int MCU_vert_offset; /* counts MCU rows within iMCU row */
jctrans.c:207
int MCU_vert_offset; /* counts MCU rows within iMCU row */
jdcoefct.c:35
int MCU_vert_offset; /* counts MCU rows within iMCU row */
jccoefct.c:92start_iMCU_row()
coef->MCU_vert_offset = 0;
jccoefct.c:156compress_data()
for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
jccoefct.c:210compress_data()
coef->MCU_vert_offset = yoffset;
jctrans.c:240start_iMCU_row()
coef->MCU_vert_offset = 0;
jctrans.c:295compress_output()
for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
jctrans.c:333compress_output()
coef->MCU_vert_offset = yoffset;
jdcoefct.c:99start_iMCU_row()
coef->MCU_vert_offset = 0;
jdcoefct.c:161decompress_onepass()
for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
jdcoefct.c:171decompress_onepass()
coef->MCU_vert_offset = yoffset;

Data Use

Functions writing my_coef_controller::MCU_vert_offset
Functions reading my_coef_controller::MCU_vert_offset
my_coef_controller::MCU_vert_offset