Home
last modified time | relevance | path

Searched refs:work_ptrs (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdmerge.c156 JSAMPROW work_ptrs[2]; in merged_2v_upsample() local
176 work_ptrs[0] = output_buf[*out_row_ctr]; in merged_2v_upsample()
178 work_ptrs[1] = output_buf[*out_row_ctr + 1]; in merged_2v_upsample()
180 work_ptrs[1] = upsample->spare_row; in merged_2v_upsample()
184 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()
/external/jpeg/
Djdmerge.c170 JSAMPROW work_ptrs[2]; in merged_2v_upsample() local
196 work_ptrs[0] = output_buf[*out_row_ctr]; in merged_2v_upsample()
198 work_ptrs[1] = output_buf[*out_row_ctr + 1]; in merged_2v_upsample()
200 work_ptrs[1] = upsample->spare_row; in merged_2v_upsample()
204 (*upsample->upmethod) (cinfo, input_buf, *in_row_group_ctr, work_ptrs); in merged_2v_upsample()