Lines Matching refs:yoffset
149 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
154 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
155 yoffset++) { in compress_data()
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
176 yoffset+yindex < compptr->last_row_height) { in compress_data()
206 coef->MCU_vert_offset = yoffset; in compress_data()
345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
365 yoffset++) { in compress_output()
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
383 coef->MCU_vert_offset = yoffset; in compress_output()