Searched refs:max_h_samp_factor (Results 1 – 19 of 19) sorted by relevance
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdinput.c | 61 cinfo->max_h_samp_factor = 1; in initial_setup() 68 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup() 87 (long) (cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup() 98 (long) cinfo->max_h_samp_factor); in initial_setup() 165 (long) (cinfo->max_h_samp_factor*DCTSIZE)); in per_scan_setup()
|
D | fpdfapi_jcmaster.c | 81 cinfo->max_h_samp_factor = 1; in initial_setup() 88 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup() 104 (long) (cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup() 111 (long) cinfo->max_h_samp_factor); in initial_setup() 352 (long) (cinfo->max_h_samp_factor*DCTSIZE)); in per_scan_setup()
|
D | fpdfapi_jcsample.c | 150 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor; in int_downsample() 486 if (compptr->h_samp_factor == cinfo->max_h_samp_factor && in jinit_downsampler() 495 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor && in jinit_downsampler() 499 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor && in jinit_downsampler() 508 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 && in jinit_downsampler()
|
D | fpdfapi_jcprepct.c | 293 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in create_context_buffer() 351 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in jinit_c_prep_controller()
|
D | fpdfapi_jdsample.c | 436 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler() 475 (long) cinfo->max_h_samp_factor), in jinit_upsampler()
|
D | fpdfapi_jdmaster.c | 137 cinfo->max_h_samp_factor * cinfo->min_DCT_scaled_size) && in jpeg_calc_output_dimensions() 154 (long) (cinfo->max_h_samp_factor * DCTSIZE)); in jpeg_calc_output_dimensions()
|
D | jpeglib.h | 431 int max_h_samp_factor; /* largest h_samp_factor */ member 642 int max_h_samp_factor; /* largest h_samp_factor */ member
|
/external/jpeg/ |
D | jdinput.c | 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()
|
D | transupp.c | 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() local 689 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()
|
D | jcmaster.c | 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()
|
D | jcsample.c | 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()
|
D | jcprepct.c | 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()
|
D | jdapistd.c | 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()
|
D | jdsample.c | 435 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler() 474 (long) cinfo->max_h_samp_factor), in jinit_upsampler()
|
D | jdmaster.c | 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()
|
D | jpeglib.h | 368 int max_h_samp_factor; /* largest h_samp_factor */ member 583 int max_h_samp_factor; /* largest h_samp_factor */ member
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 431 int max_h_samp_factor; /* largest h_samp_factor */ member 642 int max_h_samp_factor; /* largest h_samp_factor */ member
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 208 return decompress_struct_->max_h_samp_factor / in GetHorizSubSampFactor()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 197 return decompress_struct_->max_h_samp_factor / in GetHorizSubSampFactor()
|