Lines Matching refs:yoffset
150 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local
156 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()
157 yoffset++) { in compress_data()
176 ypos = yoffset * compptr->DCT_v_scaled_size; in compress_data()
180 yoffset+yindex < compptr->last_row_height) { in compress_data()
210 coef->MCU_vert_offset = yoffset; in compress_data()
350 int blkn, ci, xindex, yindex, yoffset; in compress_output() local
369 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
370 yoffset++) { in compress_output()
379 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
388 coef->MCU_vert_offset = yoffset; in compress_output()