• Home
  • Raw
  • Download

Lines Matching refs:compptr

389 jsimd_h2v2_downsample(j_compress_ptr cinfo, jpeg_component_info *compptr,  in jsimd_h2v2_downsample()  argument
394 compptr->v_samp_factor, in jsimd_h2v2_downsample()
395 compptr->width_in_blocks, input_data, in jsimd_h2v2_downsample()
399 compptr->v_samp_factor, in jsimd_h2v2_downsample()
400 compptr->width_in_blocks, input_data, in jsimd_h2v2_downsample()
404 compptr->v_samp_factor, compptr->width_in_blocks, in jsimd_h2v2_downsample()
409 jsimd_h2v1_downsample(j_compress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_downsample() argument
414 compptr->v_samp_factor, in jsimd_h2v1_downsample()
415 compptr->width_in_blocks, input_data, in jsimd_h2v1_downsample()
419 compptr->v_samp_factor, in jsimd_h2v1_downsample()
420 compptr->width_in_blocks, input_data, in jsimd_h2v1_downsample()
424 compptr->v_samp_factor, compptr->width_in_blocks, in jsimd_h2v1_downsample()
471 jsimd_h2v2_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_upsample() argument
486 jsimd_h2v1_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_upsample() argument
547 jsimd_h2v2_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v2_fancy_upsample() argument
552 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample()
556 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample()
560 compptr->downsampled_width, input_data, in jsimd_h2v2_fancy_upsample()
565 jsimd_h2v1_fancy_upsample(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_h2v1_fancy_upsample() argument
570 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
574 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
578 compptr->downsampled_width, input_data, in jsimd_h2v1_fancy_upsample()
1026 jsimd_idct_2x2(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_2x2() argument
1031 jsimd_idct_2x2_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_2x2()
1034 jsimd_idct_2x2_mmx(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_2x2()
1038 jsimd_idct_4x4(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_4x4() argument
1043 jsimd_idct_4x4_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_4x4()
1046 jsimd_idct_4x4_mmx(compptr->dct_table, coef_block, output_buf, output_col); in jsimd_idct_4x4()
1132 jsimd_idct_islow(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_islow() argument
1137 jsimd_idct_islow_avx2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
1140 jsimd_idct_islow_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
1143 jsimd_idct_islow_mmx(compptr->dct_table, coef_block, output_buf, in jsimd_idct_islow()
1148 jsimd_idct_ifast(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_ifast() argument
1153 jsimd_idct_ifast_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
1156 jsimd_idct_ifast_mmx(compptr->dct_table, coef_block, output_buf, in jsimd_idct_ifast()
1161 jsimd_idct_float(j_decompress_ptr cinfo, jpeg_component_info *compptr, in jsimd_idct_float() argument
1166 jsimd_idct_float_sse2(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float()
1169 jsimd_idct_float_sse(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float()
1172 jsimd_idct_float_3dnow(compptr->dct_table, coef_block, output_buf, in jsimd_idct_float()