Home | History | Annotate | Download | only in jpeg

Lines Matching refs:yoffset

149   int blkn, bi, ci, yindex, yoffset, blockcnt;
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
155 yoffset++) {
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
176 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;