Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djccoefct.c42 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
89 coef->MCU_vert_offset = 0; in start_iMCU_row()
152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
206 coef->MCU_vert_offset = yoffset; in compress_data()
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
383 coef->MCU_vert_offset = yoffset; in compress_output()
Djdcoefct.h30 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
81 coef->MCU_vert_offset = 0; in start_iMCU_row()
Djctrans.c225 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
258 coef->MCU_vert_offset = 0; in start_iMCU_row()
313 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
351 coef->MCU_vert_offset = yoffset; in compress_output()
Djdcoefct.c98 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()
107 coef->MCU_vert_offset = yoffset; in decompress_onepass()
214 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
233 coef->MCU_vert_offset = yoffset; in consume_data()