HomeSort by relevance Sort by last modified time
    Searched refs:image_width (Results 1 - 25 of 63) 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,
  /external/qemu/distrib/jpeg-6b/
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);
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;
jccolor.c 142 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;
  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 101 compressData.image_width = size.width();
115 rowBuffer.resize(compressData.image_width * 3);
118 const unsigned char* pixelEnd = pixel + compressData.image_width * compressData.image_height * 4;
121 for (const unsigned char* rowEnd = pixel + compressData.image_width * 4; pixel < rowEnd;) {
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 129 cinfo.image_width = imageSize.width();
138 row.resize(cinfo.image_width * cinfo.input_components);
141 preMultipliedBGRAtoRGB(pixels, cinfo.image_width, row.data());
143 RGBAtoRGB(pixels, cinfo.image_width, row.data());
145 pixels += cinfo.image_width * 4;
  /external/libpng/contrib/gregbook/
rpng-win.c 125 static ulg image_width, image_height, image_rowbytes; variable
309 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
453 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
471 bmih->biWidth = image_width;
484 for (i = image_width; i > 0; --i) {
521 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
546 image_width, image_rowbytes, wimage_rowbytes))
559 for (i = image_width; i > 0; --i) {
568 for (i = image_width; i > 0; --i) {
596 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...]
  /frameworks/av/services/camera/libcameraservice/camera2/
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;

Completed in 142 milliseconds

1 2 3