Lines Matching refs:yoffset
153 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local
160 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()
161 yoffset++) { in decompress_onepass()
169 coef->MCU_vert_offset = yoffset; in decompress_onepass()
190 yoffset * compptr->DCT_scaled_size; in decompress_onepass()
194 yoffset+yindex < compptr->last_row_height) { in decompress_onepass()
248 int blkn, ci, xindex, yindex, yoffset; in consume_data() local
268 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
269 yoffset++) { in consume_data()
278 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
287 coef->MCU_vert_offset = yoffset; in consume_data()