Searched refs:MCU_vert_offset (Results 1 – 3 of 3) sorted by relevance
40 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member92 coef->MCU_vert_offset = 0; in start_iMCU_row()156 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()210 coef->MCU_vert_offset = yoffset; in compress_data()369 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()388 coef->MCU_vert_offset = yoffset; in compress_output()
210 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member243 coef->MCU_vert_offset = 0; in start_iMCU_row()298 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()336 coef->MCU_vert_offset = yoffset; in compress_output()
35 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member99 coef->MCU_vert_offset = 0; in start_iMCU_row()161 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()171 coef->MCU_vert_offset = yoffset; in decompress_onepass()270 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()289 coef->MCU_vert_offset = yoffset; in consume_data()
Completed in 13 milliseconds