Searched refs:image_width (Results 76 - 100 of 120) sorted by path

12345

/external/jpeg/
H A Drdrle.c120 cinfo->image_width = width;
219 for (col = cinfo->image_width; col > 0; col--) {
295 for (col = 0; col < cinfo->image_width; col++) {
321 for (col = cinfo->image_width; col > 0; col--) {
H A Drdtarga.c182 for (col = cinfo->image_width; col > 0; col--) {
200 for (col = cinfo->image_width; col > 0; col--) {
220 for (col = cinfo->image_width; col > 0; col--) {
247 for (col = cinfo->image_width; col > 0; col--) {
463 cinfo->image_width = width;
H A Dtransupp.c82 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);
/external/libpng/contrib/gregbook/
H A Drpng-win.c151 static ulg image_width, image_height, image_rowbytes; variable
342 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
497 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
515 bmih->biWidth = image_width;
528 for (i = image_width; i > 0; --i) {
565 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
590 image_width, image_rowbytes, wimage_rowbytes))
603 for (i = image_width; i > 0; --i) {
612 for (i = image_width; i > 0; --i) {
640 rect.right = (LONG)image_width; /* possibl
[all...]
H A Drpng-x.c133 static ulg image_width, image_height, image_rowbytes; variable
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
551 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0,
573 size_hints->min_width = size_hints->max_width = (int)image_width;
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
661 (char *)xdata, image_width, image_height, pad, 0);
700 image_width, image_rowbyte
[all...]
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc179 return decompress_struct_->image_width;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp180 m_width = cinfo->image_width;
454 cinfo.image_width = width;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h637 int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h217 * downsampled_width = ceil(image_width * Hi/Hmax)
219 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
346 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
487 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp145 void CPDF_DeviceCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
267 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
310 void CPDF_CalGray::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
324 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
399 void CPDF_CalRGB::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
430 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
501 void CPDF_LabCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
546 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
673 void CPDF_ICCBasedCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
682 if (m_nComponents > 3 || image_width * image_heigh
1217 TranslateImageLine(FX_LPBYTE dest_buf, FX_LPCBYTE src_buf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
[all...]
H A Dpageint.h478 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp207 cinfo.image_width = width;
313 width = cinfo.image_width;
399 cinfo.image_width = m_OrigWidth;
411 m_OrigWidth = cinfo.image_width;
452 if ((int)cinfo.image_width < width) {
455 m_Pitch = (cinfo.image_width * cinfo.num_components + 3) / 4 * 4;
694 *width = p->m_Info.image_width;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jccolor.c141 JDIMENSION num_cols = cinfo->image_width;
197 JDIMENSION num_cols = cinfo->image_width;
236 JDIMENSION num_cols = cinfo->image_width;
288 JDIMENSION num_cols = cinfo->image_width;
319 JDIMENSION num_cols = cinfo->image_width;
H A Dfpdfapi_jcmarker.c290 (long) cinfo->image_width > 65535L)
295 emit_2bytes(cinfo, (int) cinfo->image_width);
H A Dfpdfapi_jcmaster.c56 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
62 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
66 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
103 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
110 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
351 jdiv_round_up((long) cinfo->image_width,
H A Dfpdfapi_jcprepct.c157 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
224 1, cinfo->image_width);
238 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
H A Dfpdfapi_jcsample.c160 cinfo->image_width, output_cols * h_expand);
193 cinfo->max_v_samp_factor, cinfo->image_width);
196 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
227 cinfo->image_width, output_cols * 2);
264 cinfo->image_width, output_cols * 2);
307 cinfo->image_width, output_cols * 2);
408 cinfo->image_width, output_cols);
H A Dfpdfapi_jctrans.c76 dstinfo->image_width = srcinfo->image_width;
H A Dfpdfapi_jdinput.c48 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
86 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
97 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
164 jdiv_round_up((long) cinfo->image_width,
H A Dfpdfapi_jdmarker.c245 JDIMENSION image_width, image_height; local
255 INPUT_2BYTES(cinfo, image_width, return FALSE);
258 if (image_width <= JPEG_MAX_DIMENSION)
259 cinfo->image_width = image_width;
267 (int) cinfo->image_width, (int) cinfo->image_height,
276 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
H A Dfpdfapi_jdmaster.c103 jdiv_round_up((long) cinfo->image_width, 8L);
110 jdiv_round_up((long) cinfo->image_width, 4L);
117 jdiv_round_up((long) cinfo->image_width, 2L);
123 cinfo->output_width = cinfo->image_width;
152 jdiv_round_up((long) cinfo->image_width *
164 cinfo->output_width = cinfo->image_width;
H A Djpeglib.h217 * downsampled_width = ceil(image_width * Hi/Hmax)
219 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
346 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
487 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct
/external/qemu/android/utils/
H A Djpeg-compress.c170 cinfo.image_width = w;
/external/qemu/distrib/jpeg-6b/
H A Dexample.c63 extern int image_width; /* Number of columns in image */
125 cinfo.image_width = image_width; /* image width and height, in pixels */
154 row_stride = image_width * 3; /* JSAMPLEs per row in image_buffer */
H A Djccolor.c142 JDIMENSION num_cols = cinfo->image_width;
189 JDIMENSION num_cols = cinfo->image_width;
235 JDIMENSION num_cols = cinfo->image_width;
291 JDIMENSION num_cols = cinfo->image_width;
330 JDIMENSION num_cols = cinfo->image_width;
382 JDIMENSION num_cols = cinfo->image_width;
443 JDIMENSION num_cols = cinfo->image_width;

Completed in 435 milliseconds

12345