Lines Matching refs:input_buf
153 jsimd_rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert() argument
207 avx2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
209 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
211 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_ycc_convert()
215 jsimd_rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, in jsimd_rgb_gray_convert() argument
269 avx2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert()
271 sse2fct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert()
273 mmxfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows); in jsimd_rgb_gray_convert()
277 jsimd_ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb_convert() argument
331 avx2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
333 sse2fct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
335 mmxfct(cinfo->output_width, input_buf, input_row, output_buf, num_rows); in jsimd_ycc_rgb_convert()
339 jsimd_ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_ycc_rgb565_convert() argument
646 jsimd_h2v2_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v2_merged_upsample() argument
699 avx2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v2_merged_upsample()
701 sse2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v2_merged_upsample()
703 mmxfct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v2_merged_upsample()
707 jsimd_h2v1_merged_upsample(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, in jsimd_h2v1_merged_upsample() argument
760 avx2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v1_merged_upsample()
762 sse2fct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v1_merged_upsample()
764 mmxfct(cinfo->output_width, input_buf, in_row_group_ctr, output_buf); in jsimd_h2v1_merged_upsample()