Searched defs:MCU_vert_offset (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccoefct.c43 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member in struct:__anon686
95 coef->MCU_vert_offset = 0;
158 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
210 coef->MCU_vert_offset = yoffset;
368 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
387 coef->MCU_vert_offset = yoffset;
H A Djctrans.c217 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member in struct:__anon701
250 coef->MCU_vert_offset = 0;
305 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
343 coef->MCU_vert_offset = yoffset;
H A Djdcoefct.c38 int MCU_vert_offset; /* counts MCU rows within iMCU row */ member in struct:__anon702
102 coef->MCU_vert_offset = 0;
164 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
173 coef->MCU_vert_offset = yoffset;
272 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
291 coef->MCU_vert_offset = yoffset;

Completed in 41 milliseconds