Home | History | Annotate | Download | only in jpeg

Lines Matching full: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;
287 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
288 yoffset++) {
296 [col_offset + yoffset * scan_header.MCUs_per_row]);
307 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
323 coef->MCU_vert_offset = yoffset;
383 int ci, xindex, yindex, yoffset;
400 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
401 yoffset++) {
414 coef->MCU_vert_offset = yoffset;
443 int blkn, ci, xindex, yindex, yoffset;
476 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
477 yoffset++) {
492 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
512 coef->MCU_vert_offset = yoffset;