Searched defs:image_height (Results 1 - 14 of 14) sorted by last modified time

/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h284 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct
355 * processing loop, e.g., "while (next_scanline < image_height)".
358 JDIMENSION next_scanline; /* 0 .. image_height-1 */
428 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
277 image_height = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngread.c883 png_uint_32 i,image_height; local
900 image_height=png_ptr->height;
901 png_ptr->num_rows = image_height; /* Make sure this is set correctly */
906 for (i = 0; i < image_height; i++)
/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) {
456 wimage_rowbytes*image_height)))
472 bmih->biHeight = -((long)image_height);
482 for (j = 0; j < image_height; ++j) {
522 image_height+extra_height, NULL, NULL, hInst, NULL);
555 for (lastrow = row = 0; row < image_height; ++row) {
605 if (lastrow < image_height) {
609 rect.bottom = (LONG)image_height; /* possibly off by one? */
658 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
[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,
574 size_hints->min_height = size_hints->max_height = (int)image_height;
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);
708 for (lastrow = row = 0; row < image_height;
[all...]
/external/libpng/
H A Dpngread.c1074 png_uint_32 i, image_height; local
1093 image_height=png_ptr->height;
1094 png_ptr->num_rows = image_height; /* Make sure this is set correctly */
1099 for (i = 0; i < image_height; i++)
/external/libvpx/vp8/encoder/
H A Dssim.c159 const int image_width, const int image_height,
170 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
174 for (j = KERNEL; j < image_height - KERNEL; ++j)
178 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
184 image_width, image_height, stride1, stride2);
189 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
193 for (j = image_height - KERNEL; j < image_height; ++j)
197 SSIM += get_ssimg(org, rec, i, j, image_width, image_height, stride1, stride2);
158 calc_ssimg(const uint8 *org, const uint8 *rec, const int image_width, const int image_height, const int stride1, const int stride2 ) argument
/external/jpeg/
H A Djpeglib.h284 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct
355 * processing loop, e.g., "while (next_scanline < image_height)".
358 JDIMENSION next_scanline; /* 0 .. image_height-1 */
428 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
277 image_height = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
/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 ...
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.cc98 int image_height = alpha->image_l->height(); local
100 int y_base = height() - image_height;
104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height);
147 int image_height = alpha->image_l->height(); local
148 int y_base = height() - image_height;
150 *tab_bg, offset, 0, tab_image->l_width, image_height);
158 tab_image->r_width, image_height);
176 width() - tab_image->l_width - tab_image->r_width, image_height);
/external/chromium/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc937 int image_height = client_area_bottom - image_top; local
943 right->width(), image_height);
957 image_top, left->width(), image_height);
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc315 int image_height = y + size.height(); local
345 y = std::max(y, image_height);

Completed in 221 milliseconds