Home
last modified time | relevance | path

Searched refs:rows_to_go (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcprepct.c61 JDIMENSION rows_to_go; /* counts rows remaining in source image */ member
86 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()
A Djdsample.c50 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
77 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()
A Djdmerge.c68 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
175 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