Home
last modified time | relevance | path

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

/external/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.c122 cinfo->max_h_samp_factor = 1; in initial_setup()
131 cinfo->max_h_samp_factor = MAX(cinfo->max_h_samp_factor, in initial_setup()
151 (long)(cinfo->max_h_samp_factor * DCTSIZE)); in initial_setup()
158 (long)cinfo->max_h_samp_factor); in initial_setup()
398 (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()
743 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_flip_h_no_crop()
808 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_flip_h()
1001 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_rot_90()
1150 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_rot_180()
1264 (dstinfo->max_h_samp_factor * dstinfo_min_DCT_h_scaled_size); in do_transverse()
1534 srcinfo->max_h_samp_factor * srcinfo->_min_DCT_h_scaled_size, in jtransform_request_workspace()
1560 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()
Djpeglib.h420 int max_h_samp_factor; /* largest h_samp_factor */ member
645 int max_h_samp_factor; /* largest h_samp_factor */ member
Djdapistd.c202 align = cinfo->_min_DCT_scaled_size * cinfo->max_h_samp_factor; in jpeg_crop_scanline()
241 (long)cinfo->max_h_samp_factor); in jpeg_crop_scanline()
Dturbojpeg.c859 pw0 = PAD(width, cinfo->max_h_samp_factor);
876 PAD((compptr->width_in_blocks * cinfo->max_h_samp_factor * DCTSIZE) /
890 PAD((compptr->width_in_blocks * cinfo->max_h_samp_factor * DCTSIZE) /
908 pw[i] = pw0 * compptr->h_samp_factor / cinfo->max_h_samp_factor;
1074 pw[i] = PAD(cinfo->image_width, cinfo->max_h_samp_factor) *
1075 compptr->h_samp_factor / cinfo->max_h_samp_factor;
1554 pw0 = PAD(width, dinfo->max_h_samp_factor);
1587 pw[i] = pw0 * compptr->h_samp_factor / dinfo->max_h_samp_factor;
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()
/external/v4l-utils/lib/libv4lconvert/
Djpeg.c341 if (data->cinfo.max_h_samp_factor == 2 && in v4lconvert_decode_jpeg_libjpeg()
347 } else if (data->cinfo.max_h_samp_factor == 1 && in v4lconvert_decode_jpeg_libjpeg()
/external/libultrahdr/lib/src/
Djpegdecoderhelper.cpp153 ratios[i * 2] = ((float)cinfo->comp_info[i].h_samp_factor) / cinfo->max_h_samp_factor; in getOutputSamplingFormat()
318 cinfo.max_h_samp_factor); in decode()
394 mPlaneHStride[i] = ALIGNM(mPlaneWidth[i], cinfo.max_h_samp_factor); in decode()
/external/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc198 return decompress_struct_->max_h_samp_factor / GetHorizSampFactor(component); in GetHorizSubSampFactor()
/external/libaom/third_party/libyuv/source/
Dmjpeg_decoder.cc199 return decompress_struct_->max_h_samp_factor / GetHorizSampFactor(component); in GetHorizSubSampFactor()
/external/libyuv/source/
Dmjpeg_decoder.cc199 return decompress_struct_->max_h_samp_factor / GetHorizSampFactor(component); in GetHorizSubSampFactor()
/external/skia/src/codec/
DSkJpegCodec.cpp795 SkASSERT(hSampY == dinfo->max_h_samp_factor); in is_yuv_supported()