Searched refs:max_h_samp_factor (Results 1 – 9 of 9) sorted by relevance
62 cinfo->max_h_samp_factor = 1; in initial_setup()69 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup()88 (long) (cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup()99 (long) cinfo->max_h_samp_factor); in initial_setup()166 (long) (cinfo->max_h_samp_factor*DCTSIZE)); in per_scan_setup()
82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_flip_h()249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_rot_90()374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_rot_180()478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_transverse()682 int ci, max_h_samp_factor; in trim_right_edge() local689 max_h_samp_factor = 1; in trim_right_edge()692 max_h_samp_factor = MAX(max_h_samp_factor, h_samp_factor); in trim_right_edge()694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE); in trim_right_edge()696 dstinfo->image_width = MCU_cols * (max_h_samp_factor * DCTSIZE); in trim_right_edge()
80 cinfo->max_h_samp_factor = 1; in initial_setup()87 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup()103 (long) (cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup()110 (long) cinfo->max_h_samp_factor); in initial_setup()351 (long) (cinfo->max_h_samp_factor*DCTSIZE)); in per_scan_setup()
149 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor; in int_downsample()485 if (compptr->h_samp_factor == cinfo->max_h_samp_factor && in jinit_downsampler()494 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor && in jinit_downsampler()498 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor && in jinit_downsampler()507 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 && in jinit_downsampler()
292 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in create_context_buffer()350 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in jinit_c_prep_controller()
217 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE; in jpeg_init_read_tile_scanline()277 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE; in jpeg_read_tile_scanline()
435 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler()474 (long) cinfo->max_h_samp_factor), in jinit_upsampler()
153 cinfo->max_h_samp_factor * cinfo->min_DCT_scaled_size) && in jpeg_calc_output_dimensions()170 (long) (cinfo->max_h_samp_factor * DCTSIZE)); in jpeg_calc_output_dimensions()
368 int max_h_samp_factor; /* largest h_samp_factor */ member583 int max_h_samp_factor; /* largest h_samp_factor */ member