Searched refs:image_width (Results 1 - 25 of 44) sorted by relevance

12

/external/jpeg/
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 Djdinput.c49 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
87 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
98 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
119 cinfo->original_image_width = cinfo->image_width;
165 jdiv_round_up((long) cinfo->image_width,
186 tmp = (int) (jdiv_round_up(cinfo->image_width, 8)
H A Djcsample.c159 cinfo->image_width, output_cols * h_expand);
192 cinfo->max_v_samp_factor, cinfo->image_width);
195 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
226 cinfo->image_width, output_cols * 2);
263 cinfo->image_width, output_cols * 2);
306 cinfo->image_width, output_cols * 2);
407 cinfo->image_width, output_cols);
H A Drdppm.c151 for (col = cinfo->image_width; col > 0; col--) {
169 for (col = cinfo->image_width; col > 0; col--) {
192 for (col = cinfo->image_width; col > 0; col--) {
213 for (col = cinfo->image_width; col > 0; col--) {
251 for (col = cinfo->image_width; col > 0; col--) {
275 for (col = cinfo->image_width; col > 0; col--) {
329 cinfo->image_width = (JDIMENSION) w;
H A Djdmaster.c119 jdiv_round_up((long) cinfo->image_width, 8L);
126 jdiv_round_up((long) cinfo->image_width, 4L);
133 jdiv_round_up((long) cinfo->image_width, 2L);
139 cinfo->output_width = cinfo->image_width;
168 jdiv_round_up((long) cinfo->image_width *
180 cinfo->output_width = cinfo->image_width;
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 Drdjpgcom.c269 unsigned int image_height, image_width; local
278 image_width = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
H A Djccolor.c142 JDIMENSION num_cols = cinfo->image_width;
198 JDIMENSION num_cols = cinfo->image_width;
237 JDIMENSION num_cols = cinfo->image_width;
289 JDIMENSION num_cols = cinfo->image_width;
350 JDIMENSION num_cols = cinfo->image_width;
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 Djcmaster.c55 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,
H A Djcprepct.c156 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,
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);
H A Drdbmp.c138 for (col = cinfo->image_width; col > 0; col--) {
169 for (col = cinfo->image_width; col > 0; col--) {
402 cinfo->image_width = (JDIMENSION) biWidth;
H A Djctrans.c75 dstinfo->image_width = srcinfo->image_width;
/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/pdfium/core/src/fxcodec/libjpeg/
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_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 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_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_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_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
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp161 cinfo.image_width = width;
261 width = cinfo.image_width;
347 cinfo.image_width = m_OrigWidth;
359 m_OrigWidth = cinfo.image_width;
400 if ((int)cinfo.image_width < width) {
403 m_Pitch = (cinfo.image_width * cinfo.num_components + 3) / 4 * 4;
633 *width = p->m_Info.image_width;
/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
270 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
313 void CPDF_CalGray::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
327 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
402 void CPDF_CalRGB::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
433 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
508 void CPDF_LabCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const
558 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
705 void CPDF_ICCBasedCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const
714 if (m_nComponents > 3 || image_width * image_heigh
[all...]

Completed in 149 milliseconds

12