Searched defs:image_width (Results 1 - 9 of 9) sorted by relevance

/external/jpeg/
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 Djpeglib.h150 * 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
/external/qemu/distrib/jpeg-6b/
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 Djpeglib.h150 * 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
/external/libpng/contrib/gregbook/
H A Drpng-win.c125 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; /* 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/libvpx/vp8/encoder/
H A Dssim.c159 const int image_width, const int image_height,
168 for (i = 0; i < image_width; ++i)
170 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
178 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
181 for (i = KERNEL; i < image_width - KERNEL; ++i)
184 image_width, image_height, stride1, stride2);
187 for (i = image_width - KERNEL; i < image_width; ++i)
189 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
195 for (i = 0; i < image_width;
158 calc_ssimg(const uint8 *org, const uint8 *rec, const int image_width, const int image_height, const int stride1, const int stride2 ) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 286 milliseconds