Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
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()
217 if (prep->rows_to_go == cinfo->image_height) { in pre_process_context()
229 prep->rows_to_go -= numrows; in pre_process_context()
232 if (prep->rows_to_go != 0) in pre_process_context()
Djdsample.c49 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
76 upsample->rows_to_go = cinfo->output_height; in start_pass_upsample()
121 if (num_rows > upsample->rows_to_go) in sep_upsample()
122 num_rows = upsample->rows_to_go; in sep_upsample()
135 upsample->rows_to_go -= num_rows; in sep_upsample()
Djdmerge.c85 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
151 upsample->rows_to_go = cinfo->output_height; in start_pass_merged_upsample()
189 if (num_rows > upsample->rows_to_go) in merged_2v_upsample()
190 num_rows = upsample->rows_to_go; in merged_2v_upsample()
209 upsample->rows_to_go -= num_rows; in merged_2v_upsample()
/external/jpeg/
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()
217 if (prep->rows_to_go == cinfo->image_height) { in pre_process_context()
229 prep->rows_to_go -= numrows; in pre_process_context()
232 if (prep->rows_to_go != 0) in pre_process_context()
Djdsample.c49 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
76 upsample->rows_to_go = cinfo->output_height; in start_pass_upsample()
121 if (num_rows > upsample->rows_to_go) in sep_upsample()
122 num_rows = upsample->rows_to_go; in sep_upsample()
135 upsample->rows_to_go -= num_rows; in sep_upsample()
Djdmerge.c85 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
151 upsample->rows_to_go = cinfo->output_height; in start_pass_merged_upsample()
189 if (num_rows > upsample->rows_to_go) in merged_2v_upsample()
190 num_rows = upsample->rows_to_go; in merged_2v_upsample()
209 upsample->rows_to_go -= num_rows; in merged_2v_upsample()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcprepct.c62 JDIMENSION rows_to_go; /* counts rows remaining in source image */ member
87 prep->rows_to_go = cinfo->image_height; in start_pass_prep()
152 prep->rows_to_go -= numrows; in pre_process_data()
154 if (prep->rows_to_go == 0 && in pre_process_data()
173 if (prep->rows_to_go == 0 && in pre_process_data()
218 if (prep->rows_to_go == cinfo->image_height) { in pre_process_context()
230 prep->rows_to_go -= numrows; in pre_process_context()
233 if (prep->rows_to_go != 0) in pre_process_context()
Dfpdfapi_jdmerge.c71 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
137 upsample->rows_to_go = cinfo->output_height; in start_pass_merged_upsample()
169 if (num_rows > upsample->rows_to_go) in merged_2v_upsample()
170 num_rows = upsample->rows_to_go; in merged_2v_upsample()
189 upsample->rows_to_go -= num_rows; in merged_2v_upsample()
Dfpdfapi_jdsample.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()
/external/chromium_org/third_party/libjpeg_turbo/
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()
217 if (prep->rows_to_go == cinfo->image_height) { in pre_process_context()
229 prep->rows_to_go -= numrows; in pre_process_context()
232 if (prep->rows_to_go != 0) in pre_process_context()
Djdmerge.c72 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
239 upsample->rows_to_go = cinfo->output_height; in start_pass_merged_upsample()
271 if (num_rows > upsample->rows_to_go) in merged_2v_upsample()
272 num_rows = upsample->rows_to_go; in merged_2v_upsample()
291 upsample->rows_to_go -= num_rows; in merged_2v_upsample()
Djdsample.c54 JDIMENSION rows_to_go; /* counts rows remaining in image */ member
81 upsample->rows_to_go = cinfo->output_height; in start_pass_upsample()
126 if (num_rows > upsample->rows_to_go) in sep_upsample()
127 num_rows = upsample->rows_to_go; in sep_upsample()
140 upsample->rows_to_go -= num_rows; in sep_upsample()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_engine.cpp353 int rows_to_go = FX_STRECH_PAUSE_ROWS; in ContinueStretchHorz() local
355 if (rows_to_go == 0) { in ContinueStretchHorz()
359 rows_to_go = FX_STRECH_PAUSE_ROWS; in ContinueStretchHorz()
544 rows_to_go --; in ContinueStretchHorz()