• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:yoffset

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