Home
last modified time | relevance | path

Searched refs:first_iMCU_col (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djdcoefct.c115 if (MCU_col_num >= cinfo->master->first_iMCU_col && in decompress_onepass()
135 start_col = (MCU_col_num - cinfo->master->first_iMCU_col) * in decompress_onepass()
Djpegint.h156 JDIMENSION first_iMCU_col; member
Djdapistd.c213 cinfo->master->first_iMCU_col = (JDIMENSION)(long)(*xoffset) / (long)align; in jpeg_crop_scanline()
Djdmaster.c581 cinfo->master->first_iMCU_col = 0; in master_selection()