Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djccoefct.c40 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
92 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()
A Djctrans.c210 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
243 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()
A Djdcoefct.c35 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member
99 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