Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:yindex

149   int blkn, bi, ci, yindex, yoffset, blockcnt;
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
176 yoffset+yindex < compptr->last_row_height) {
345 int blkn, ci, xindex, yindex, yoffset;
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;