Home | History | Annotate | Download | only in jpeg

Lines Matching defs:yoffset

153   int blkn, ci, xindex, yindex, yoffset, useful_width;
168 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
169 yoffset++) {
181 coef->MCU_vert_offset = yoffset;
203 yoffset * compptr->DCT_scaled_size;
207 yoffset+yindex < compptr->last_row_height) {
259 int blkn, ci, xindex, yindex, yoffset;
295 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
296 yoffset++) {
305 [col_offset + yoffset * scan_header.MCUs_per_row]);
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
336 coef->MCU_vert_offset = yoffset;
396 int ci, xindex, yindex, yoffset;
413 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
414 yoffset++) {
427 coef->MCU_vert_offset = yoffset;
456 int blkn, ci, xindex, yindex, yoffset;
489 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
490 yoffset++) {
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
525 coef->MCU_vert_offset = yoffset;