Searched refs:rows_to_go (Results 1 – 3 of 3) sorted by relevance
61 JDIMENSION rows_to_go; /* counts rows remaining in source image */ member86 prep->rows_to_go = cinfo->image_height; in start_pass_prep()151 prep->rows_to_go -= numrows; in pre_process_data()153 if (prep->rows_to_go == 0 && in pre_process_data()172 if (prep->rows_to_go == 0 && in pre_process_data()219 if (prep->rows_to_go == cinfo->image_height) { in pre_process_context()231 prep->rows_to_go -= numrows; in pre_process_context()234 if (prep->rows_to_go != 0) in pre_process_context()
50 JDIMENSION rows_to_go; /* counts rows remaining in image */ member77 upsample->rows_to_go = cinfo->output_height; in start_pass_upsample()122 if (num_rows > upsample->rows_to_go) in sep_upsample()123 num_rows = upsample->rows_to_go; in sep_upsample()136 upsample->rows_to_go -= num_rows; in sep_upsample()
68 JDIMENSION rows_to_go; /* counts rows remaining in image */ member175 upsample->rows_to_go = cinfo->output_height; in start_pass_merged_upsample()207 if (num_rows > upsample->rows_to_go) in merged_2v_upsample()208 num_rows = upsample->rows_to_go; in merged_2v_upsample()227 upsample->rows_to_go -= num_rows; in merged_2v_upsample()
Completed in 5 milliseconds