Lines Matching refs:compptr
450 jsimd_h2v2_downsample(j_compress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_downsample() argument
454 compptr->v_samp_factor, compptr->width_in_blocks, in jsimd_h2v2_downsample()
459 jsimd_h2v1_downsample(j_compress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_downsample() argument
463 compptr->v_samp_factor, compptr->width_in_blocks, in jsimd_h2v1_downsample()
501 jsimd_h2v2_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_upsample() argument
509 jsimd_h2v1_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_upsample() argument
568 jsimd_h2v2_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_fancy_upsample() argument
572 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample()
577 jsimd_h2v1_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_fancy_upsample() argument
581 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
586 jsimd_h1v2_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h1v2_fancy_upsample() argument
590 compptr->downsampled_width, input_data, in jsimd_h1v2_fancy_upsample()
883 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_2x2() argument
887 jsimd_idct_2x2_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2()
891 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_4x4() argument
895 jsimd_idct_4x4_neon(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4()
953 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_islow() argument
957 jsimd_idct_islow_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
962 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_ifast() argument
966 jsimd_idct_ifast_neon(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
971 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_float() argument