Searched refs:work_ptrs (Results 1 – 2 of 2) sorted by relevance
156 JSAMPROW work_ptrs[2]; in merged_2v_upsample() local176 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()
170 JSAMPROW work_ptrs[2]; in merged_2v_upsample() local196 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()