Lines Matching refs:yoffset
147 int blkn, bi, ci, yindex, yoffset, blockcnt;
152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
153 yoffset++) {
171 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
174 yoffset + yindex < compptr->last_row_height) {
206 coef->MCU_vert_offset = yoffset;
345 int blkn, ci, xindex, yindex, yoffset;
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
365 yoffset++) {
374 buffer_ptr = buffer[ci][yindex + yoffset] + start_col;
383 coef->MCU_vert_offset = yoffset;