HomeSort by relevance Sort by last modified time
    Searched refs:image_width (Results 26 - 50 of 63) sorted by null

12 3

  /external/qemu/distrib/jpeg-6b/
jcmaster.c 55 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
61 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
65 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
102 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
109 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
350 jdiv_round_up((long) cinfo->image_width,
jcprepct.c 156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
223 1, cinfo->image_width);
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
transupp.c 82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
649 dtemp = dstinfo->image_width;
650 dstinfo->image_width = dstinfo->image_height;
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE);
696 dstinfo->image_width = MCU_cols * (max_h_samp_factor * DCTSIZE);
rdbmp.c 138 for (col = cinfo->image_width; col > 0; col--) {
169 for (col = cinfo->image_width; col > 0; col--) {
402 cinfo->image_width = (JDIMENSION) biWidth;
jctrans.c 75 dstinfo->image_width = srcinfo->image_width;
jcmarker.c 289 (long) cinfo->image_width > 65535L)
294 emit_2bytes(cinfo, (int) cinfo->image_width);
jpeglib.h 150 * downsampled_width = ceil(image_width * Hi/Hmax)
152 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
283 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
426 JDIMENSION image_width; /* nominal image width (from SOF marker) member in struct:jpeg_decompress_struct
    [all...]
jdapistd.c 230 cinfo->image_width = jmin(cinfo->original_image_width,
jdmarker.c 252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
258 (int) cinfo->image_width, (int) cinfo->image_height,
267 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
  /external/jpeg/
jcprepct.c 156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
223 1, cinfo->image_width);
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
transupp.c 82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
649 dtemp = dstinfo->image_width;
650 dstinfo->image_width = dstinfo->image_height;
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE);
696 dstinfo->image_width = MCU_cols * (max_h_samp_factor * DCTSIZE);
rdbmp.c 138 for (col = cinfo->image_width; col > 0; col--) {
169 for (col = cinfo->image_width; col > 0; col--) {
402 cinfo->image_width = (JDIMENSION) biWidth;
jctrans.c 75 dstinfo->image_width = srcinfo->image_width;
jcmarker.c 289 (long) cinfo->image_width > 65535L)
294 emit_2bytes(cinfo, (int) cinfo->image_width);
jpeglib.h 150 * downsampled_width = ceil(image_width * Hi/Hmax)
152 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
283 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
426 JDIMENSION image_width; /* nominal image width (from SOF marker) member in struct:jpeg_decompress_struct
    [all...]
jdapistd.c 230 cinfo->image_width = jmin(cinfo->original_image_width,
jdmarker.c 252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
258 (int) cinfo->image_width, (int) cinfo->image_height,
267 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 52 cinfo->image_width = width;
82 int width = cinfo->image_width;
158 int width = cinfo->image_width;
  /external/qemu/android/utils/
jpeg-compress.c 170 cinfo.image_width = w;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 163 mCInfo.image_width = mAuxBuffer.width;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dgastr.h 98 CARD16 image_width B16;
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 252 if (!m_decoder->setSize(m_info.image_width, m_info.image_height))
  /external/skia/legacy/src/images/
SkImageDecoder_libjpeg.cpp 145 return sampleSize * cinfo.output_width / cinfo.image_width;
275 bm->setConfig(config, cinfo.image_width, cinfo.image_height);
280 /* image_width and image_height are the original dimensions, available
950 cinfo.image_width = bm.width();
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 145 return sampleSize * cinfo.output_width / cinfo.image_width;
305 bm->setConfig(config, cinfo.image_width, cinfo.image_height);
310 /* image_width and image_height are the original dimensions, available
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2684 int image_width = image.getIntrinsicWidth(); local
    [all...]

Completed in 2031 milliseconds

12 3