Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdcoefct.h31 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
82 coef->MCU_vert_offset = 0; in start_iMCU_row()
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()
Djctrans.c226 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
259 coef->MCU_vert_offset = 0; in start_iMCU_row()
314 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
352 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()
109 coef->MCU_vert_offset = yoffset; in decompress_onepass()
216 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
237 coef->MCU_vert_offset = yoffset; in consume_data()