Lines Matching refs:yoffset
147 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
153 yoffset++) { in compress_data()
171 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */ in compress_data()
174 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()