Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djdinput.c65 cinfo->max_h_samp_factor = 1; in initial_setup()
74 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup()
107 (long)(cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup()
123 (long)cinfo->max_h_samp_factor); in initial_setup()
190 (long)(cinfo->max_h_samp_factor * DCTSIZE)); in per_scan_setup()
Djcsample.c156 h_expand = cinfo->max_h_samp_factor / compptr->h_samp_factor; in int_downsample()
475 if (compptr->h_samp_factor == cinfo->max_h_samp_factor && in jinit_downsampler()
484 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor && in jinit_downsampler()
491 } else if (compptr->h_samp_factor * 2 == cinfo->max_h_samp_factor && in jinit_downsampler()
510 } else if ((cinfo->max_h_samp_factor % compptr->h_samp_factor) == 0 && in jinit_downsampler()
Djcmaster.c123 cinfo->max_h_samp_factor = 1; in initial_setup()
132 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup()
152 (long)(cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup()
159 (long)cinfo->max_h_samp_factor); in initial_setup()
399 (long)(cinfo->max_h_samp_factor * DCTSIZE)); in per_scan_setup()
Dtransupp.c329 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_crop_ext_zero()
405 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_crop_ext_flat()
486 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_crop_ext_reflect()
741 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_flip_h_no_crop()
806 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_flip_h()
999 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_rot_90()
1148 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_rot_180()
1262 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_transverse()
1532 srcinfo->max_h_samp_factor * srcinfo->_min_DCT_h_scaled_size, in jtransform_request_workspace()
1558 srcinfo->max_h_samp_factor * srcinfo->_min_DCT_h_scaled_size; in jtransform_request_workspace()
[all …]
Djcprepct.c289 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in create_context_buffer()
347 cinfo->max_h_samp_factor) / compptr->h_samp_factor), in jinit_c_prep_controller()
Djdsample.c452 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler()
520 (long)cinfo->max_h_samp_factor), in jinit_upsampler()
Djdapistd.c198 align = cinfo->_min_DCT_scaled_size * cinfo->max_h_samp_factor; in jpeg_crop_scanline()
230 (long)cinfo->max_h_samp_factor); in jpeg_crop_scanline()
Dturbojpeg.c820 pw0 = PAD(width, cinfo->max_h_samp_factor); in tjEncodeYUVPlanes()
837 PAD((compptr->width_in_blocks * cinfo->max_h_samp_factor * DCTSIZE) / in tjEncodeYUVPlanes()
851 PAD((compptr->width_in_blocks * cinfo->max_h_samp_factor * DCTSIZE) / in tjEncodeYUVPlanes()
869 pw[i] = pw0 * compptr->h_samp_factor / cinfo->max_h_samp_factor; in tjEncodeYUVPlanes()
1030 pw[i] = PAD(cinfo->image_width, cinfo->max_h_samp_factor) * in tjCompressFromYUVPlanes()
1031 compptr->h_samp_factor / cinfo->max_h_samp_factor; in tjCompressFromYUVPlanes()
1499 pw0 = PAD(width, dinfo->max_h_samp_factor); in tjDecodeYUVPlanes()
1532 pw[i] = pw0 * compptr->h_samp_factor / dinfo->max_h_samp_factor; in tjDecodeYUVPlanes()
Djpeglib.h420 int max_h_samp_factor; /* largest h_samp_factor */ member
645 int max_h_samp_factor; /* largest h_samp_factor */ member
Djdmaster.c285 ((cinfo->max_h_samp_factor * cinfo->_min_DCT_scaled_size) % in jpeg_calc_output_dimensions()
307 (long)(cinfo->max_h_samp_factor * DCTSIZE)); in jpeg_calc_output_dimensions()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c1139 GST_DEBUG_OBJECT (dec, "max_h_samp_factor=%d", dec->cinfo.max_h_samp_factor); in gst_jpeg_dec_negotiate()
1217 dec->cinfo.max_h_samp_factor > 1) in gst_jpeg_dec_prepare_decode()
1300 if (G_UNLIKELY (width % (dec->cinfo.max_h_samp_factor * DCTSIZE) != 0 in gst_jpeg_dec_decode()
/third_party/skia/src/codec/
DSkJpegCodec.cpp795 SkASSERT(hSampY == dinfo->max_h_samp_factor); in is_yuv_supported()