HomeSort by relevance Sort by last modified time
    Searched refs:image_width (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/jpeg/
example.c 63 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 */
jdinput.c 49 (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)
jcsample.c 159 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);
rdppm.c 151 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;
jdmaster.c 119 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;
rdrle.c 120 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--) {
rdjpgcom.c 269 unsigned int image_height, image_width; local
278 image_width = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
jccolor.c 142 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;
rdtarga.c 182 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;
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);
  /external/libpng/contrib/gregbook/
rpng-win.c 151 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; /* possibly off by one? *
    [all...]
rpng-x.c 133 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_rowbytes, ximage_rowbytes)
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcsample.c 160 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);
fpdfapi_jdmaster.c 103 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;
fpdfapi_jdinput.c 48 (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,
fpdfapi_jccolor.c 141 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;
fpdfapi_jcmaster.c 56 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,
fpdfapi_jcprepct.c 157 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,
fpdfapi_jdmarker.c 245 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
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 102 mCInfo.image_width = mAuxBuffer->width;
107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height);
  /frameworks/av/cmds/stagefright/
jpeg.cpp 63 cinfo.image_width = width;
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 54 cinfo->image_width = width;
84 int width = cinfo->image_width;
160 int width = cinfo->image_width;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 161 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;

Completed in 443 milliseconds

1 2 3