Home | History | Annotate | Download | only in libjpeg

Lines Matching defs:yoffset

150   int blkn, bi, ci, yindex, yoffset, blockcnt;

155 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
156 yoffset++) {
174 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
177 yoffset+yindex < compptr->last_row_height) {
207 coef->MCU_vert_offset = yoffset;
346 int blkn, ci, xindex, yindex, yoffset;
365 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
366 yoffset++) {
375 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
384 coef->MCU_vert_offset = yoffset;