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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccoefct.c153 int blkn, bi, ci, yindex, yoffset, blockcnt; local
177 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
178 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
180 yoffset+yindex < compptr->last_row_height) {
349 int blkn, ci, xindex, yindex, yoffset; local
377 for (yindex = 0; yindex < compptr->MCU_height; yindex
[all...]
H A Djctrans.c288 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
316 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
318 yindex+yoffset < compptr->last_row_height) {
320 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djdcoefct.c157 int blkn, ci, xindex, yindex, yoffset, useful_width; local
196 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
198 yoffset+yindex < compptr->last_row_height) {
252 int blkn, ci, xindex, yindex, yoffset; local
281 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
282 buffer_ptr = buffer[ci][yindex
[all...]

Completed in 46 milliseconds