Home
last modified time | relevance | path

Searched refs:max_h_samp_factor (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdinput.c61 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()
Dfpdfapi_jcmaster.c81 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()
Dfpdfapi_jcsample.c150 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()
Dfpdfapi_jcprepct.c293 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()
Dfpdfapi_jdsample.c436 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler()
475 (long) cinfo->max_h_samp_factor), in jinit_upsampler()
Dfpdfapi_jdmaster.c137 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()
Djpeglib.h431 int max_h_samp_factor; /* largest h_samp_factor */ member
642 int max_h_samp_factor; /* largest h_samp_factor */ member
/external/jpeg/
Djdinput.c62 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()
Dtransupp.c82 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()
Djcmaster.c80 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()
Djcsample.c149 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()
Djcprepct.c292 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()
Djdapistd.c217 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()
Djdsample.c435 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler()
474 (long) cinfo->max_h_samp_factor), in jinit_upsampler()
Djdmaster.c153 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()
Djpeglib.h368 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/
Djpeglib.h431 int max_h_samp_factor; /* largest h_samp_factor */ member
642 int max_h_samp_factor; /* largest h_samp_factor */ member
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc191 return decompress_struct_->max_h_samp_factor / in GetHorizSubSampFactor()
/external/libyuv/files/source/
Dmjpeg_decoder.cc208 return decompress_struct_->max_h_samp_factor / in GetHorizSubSampFactor()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...