Home
last modified time | relevance | path

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

/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()