Lines Matching refs:output_buf
68 JSAMPARRAY output_buf));
165 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, in merged_2v_upsample() argument
180 jcopy_sample_rows(& upsample->spare_row, 0, output_buf + *out_row_ctr, 0, in merged_2v_upsample()
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()
220 JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, in merged_1v_upsample() argument
228 output_buf + *out_row_ctr); in merged_1v_upsample()
252 JSAMPARRAY output_buf) in h2v1_merged_upsample() argument
271 outptr = output_buf[0]; in h2v1_merged_upsample()
311 JSAMPARRAY output_buf) in h2v1_merged_upsample_565() argument
332 outptr = output_buf[0]; in h2v1_merged_upsample_565()
375 JSAMPARRAY output_buf) in h2v1_merged_upsample_565D() argument
398 outptr = output_buf[0]; in h2v1_merged_upsample_565D()
449 JSAMPARRAY output_buf) in h2v2_merged_upsample() argument
469 outptr0 = output_buf[0]; in h2v2_merged_upsample()
470 outptr1 = output_buf[1]; in h2v2_merged_upsample()
525 JSAMPARRAY output_buf) in h2v2_merged_upsample_565() argument
547 outptr0 = output_buf[0]; in h2v2_merged_upsample_565()
548 outptr1 = output_buf[1]; in h2v2_merged_upsample_565()
610 JSAMPARRAY output_buf) in h2v2_merged_upsample_565D() argument
635 outptr0 = output_buf[0]; in h2v2_merged_upsample_565D()
636 outptr1 = output_buf[1]; in h2v2_merged_upsample_565D()