Searched refs:input_iMCU_row (Results 1 – 4 of 4) sorted by relevance
91 if (cinfo->input_iMCU_row < (cinfo->total_iMCU_rows-1)) in start_iMCU_row()109 cinfo->input_iMCU_row = 0; in start_input_pass()206 if (cinfo->input_iMCU_row < last_iMCU_row || in decompress_onepass()226 if (++(cinfo->input_iMCU_row) < cinfo->total_iMCU_rows) { in decompress_onepass()270 cinfo->tile_decode ? 0 : cinfo->input_iMCU_row * compptr->v_samp_factor, in consume_data()304 scan_header.offset[cinfo->input_iMCU_row] in consume_data()345 if (++(cinfo->input_iMCU_row) < cinfo->total_iMCU_rows) { in consume_data()364 int mcu = cinfo->input_iMCU_row; in consume_data_multi_scan()373 cinfo->input_iMCU_row = mcu; in consume_data_multi_scan()379 cinfo->input_iMCU_row = mcu + 1; in consume_data_multi_scan()[all …]
233 cinfo->input_iMCU_row = row_offset; in jpeg_init_read_tile_scanline()255 cinfo->input_iMCU_row = row_offset; in jpeg_init_read_tile_scanline()
120 cinfo->input_iMCU_row = mcu; in jpeg_build_huffman_index_progressive()
502 JDIMENSION input_iMCU_row; /* Number of iMCU rows completed */ member