• Home
  • Raw
  • Download

Lines Matching refs:compptr

340 jsimd_h2v2_downsample(j_compress_ptr cinfo, jpeg_component_info *compptr,  in jsimd_h2v2_downsample()  argument
345 compptr->v_samp_factor, in jsimd_h2v2_downsample()
346 compptr->width_in_blocks, input_data, in jsimd_h2v2_downsample()
350 compptr->v_samp_factor, in jsimd_h2v2_downsample()
351 compptr->width_in_blocks, input_data, in jsimd_h2v2_downsample()
356 jsimd_h2v1_downsample(j_compress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_downsample() argument
361 compptr->v_samp_factor, in jsimd_h2v1_downsample()
362 compptr->width_in_blocks, input_data, in jsimd_h2v1_downsample()
366 compptr->v_samp_factor, in jsimd_h2v1_downsample()
367 compptr->width_in_blocks, input_data, in jsimd_h2v1_downsample()
410 jsimd_h2v2_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_upsample() argument
422 jsimd_h2v1_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_upsample() argument
476 jsimd_h2v2_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_fancy_upsample() argument
481 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample()
485 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample()
490 jsimd_h2v1_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_fancy_upsample() argument
495 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
499 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
879 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_2x2() argument
883 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2()
887 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_4x4() argument
891 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4()
969 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_islow() argument
974 jsimd_idct_islow_avx2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
977 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
982 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_ifast() argument
986 jsimd_idct_ifast_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
991 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_float() argument
995 jsimd_idct_float_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float()