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

1 2 3 4 5

  /external/chromium_org/third_party/libyuv/util/
ssim.h 26 const int image_width, const int image_height);
convert.cc 31 int image_width = 0, image_height = 0; // original width and height variable
93 image_height = atoi(argv[++c]); // NOLINT
135 if (image_width == 0 || image_height == 0) {
138 image_height = org_height;
141 image_height = rec_height;
153 dst_height = Abs(image_height);
221 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB
224 const int y_size = Abs(image_width) * Abs(image_height);
226 ((Abs(image_height) + 1) / 2);
259 printf("Size: %dx%d to %dx%d\n", image_width, image_height,
    [all...]
ssim.cc 273 const int image_width, const int image_height) {
275 const int KERNEL_Y = (image_height < KERNEL) ? image_height : KERNEL;
278 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y);
283 SSIM += GetSSIM(org, rec, i, j, image_width, image_height, stride);
290 for (int j = KERNEL_Y; j < image_height - KERNEL_Y; ++j) {
292 SSIM += GetSSIM(org, rec, i, j, image_width, image_height, stride);
322 for (int j = start_y; j < image_height; ++j) {
324 SSIM += GetSSIM(org, rec, i, j, image_width, image_height, stride);
psnr_main.cc 52 int image_width = 0, image_height = 0; variable
142 image_height = atoi(argv[++c]); // NOLINT
175 if (image_width == 0 || image_height == 0) {
188 image_height = org_height;
195 image_height = org_height;
199 image_height = rec_height;
232 distorted_frame->y = CalcSSIM(ch_org, ch_rec, image_width, image_height);
234 image_height / 2);
236 image_height / 2);
309 const int y_size = image_width * image_height;
    [all...]
  /external/chromium_org/chrome/common/
instant_types.cc 47 image_height(0),
67 image_height == rhs.image_height &&
instant_types.h 152 uint16 image_height; member in struct:ThemeBackgroundInfo
  /external/jpeg/
jcapistd.c 67 * or if more than image_height scanlines are passed in.
84 if (cinfo->next_scanline >= cinfo->image_height)
90 cinfo->progress->pass_limit = (long) cinfo->image_height;
103 rows_left = cinfo->image_height - cinfo->next_scanline;
127 if (cinfo->next_scanline >= cinfo->image_height) {
135 cinfo->progress->pass_limit = (long) cinfo->image_height;
example.c 62 extern int image_height; /* Number of rows in image */
126 cinfo.image_height = image_height;
156 while (cinfo.next_scanline < cinfo.image_height) {
rdrle.c 121 cinfo->image_height = height;
264 progress->pub.pass_limit = cinfo->image_height;
274 for (row = 0; row < cinfo->image_height; row++) {
289 for (row = 0; row < cinfo->image_height; row++) {
312 for (row = 0; row < cinfo->image_height; row++) {
348 source->row = cinfo->image_height;
jdinput.c 48 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
90 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
101 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
111 jdiv_round_up((long) cinfo->image_height,
168 jdiv_round_up((long) cinfo->image_height,
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapistd.c 68 * or if more than image_height scanlines are passed in.
85 if (cinfo->next_scanline >= cinfo->image_height)
91 cinfo->progress->pass_limit = (long) cinfo->image_height;
104 rows_left = cinfo->image_height - cinfo->next_scanline;
128 if (cinfo->next_scanline >= cinfo->image_height) {
136 cinfo->progress->pass_limit = (long) cinfo->image_height;
  /external/qemu/distrib/jpeg-6b/
jcapistd.c 67 * or if more than image_height scanlines are passed in.
84 if (cinfo->next_scanline >= cinfo->image_height)
90 cinfo->progress->pass_limit = (long) cinfo->image_height;
103 rows_left = cinfo->image_height - cinfo->next_scanline;
127 if (cinfo->next_scanline >= cinfo->image_height) {
135 cinfo->progress->pass_limit = (long) cinfo->image_height;
example.c 62 extern int image_height; /* Number of rows in image */
126 cinfo.image_height = image_height;
156 while (cinfo.next_scanline < cinfo.image_height) {
rdrle.c 121 cinfo->image_height = height;
264 progress->pub.pass_limit = cinfo->image_height;
274 for (row = 0; row < cinfo->image_height; row++) {
289 for (row = 0; row < cinfo->image_height; row++) {
312 for (row = 0; row < cinfo->image_height; row++) {
348 source->row = cinfo->image_height;
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.cc 16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) {
23 image_width(width), image_height(height) {
35 image_height == b.image_height);
186 captcha_value->SetInteger("imageHeight", captcha_.image_height);
250 int image_height)
253 captcha_unlock_url, image_width, image_height),
google_service_auth_error.h 111 int image_height; // Height of capture image. member in struct:GoogleServiceAuthError::Captcha
197 int image_height);
  /external/chromium_org/cc/layers/
nine_patch_layer_impl.cc 148 float image_height = image_bounds_.height(); local
153 int image_aperture_bottom_height = image_height - image_aperture_.bottom();
160 image_height);
167 image_height);
170 image_height - image_aperture_bottom_height,
174 image_height);
177 image_height - image_aperture_bottom_height,
181 image_height);
187 (image_aperture_top_height) / image_height);
191 (image_height - image_aperture_top_height
    [all...]
  /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) {
500 wimage_rowbytes*image_height)))
516 bmih->biHeight = -((long)image_height);
526 for (j = 0; j < image_height; ++j) {
566 image_height+extra_height, NULL, NULL, hInst, NULL);
599 for (lastrow = row = 0; row < image_height; ++row) {
649 if (lastrow < image_height) {
653 rect.bottom = (LONG)image_height; /* possibly off by one? */
702 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
    [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,
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; ++row)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.cc 123 const int64 image_height = input.image_media_metadata().height(); local
124 if (image_height != -1)
125 file_specific_info->set_image_height(image_height);
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
var_array_buffer.cc 80 const uint32_t image_height = image_data->size().height(); local
83 int bar_height = static_cast<int>(value * image_height);
85 uint32_t row = image_height - 1 - i;
  /external/qemu/android/utils/
jpeg-compress.c 171 cinfo.image_height = h;
192 while (cinfo.next_scanline < cinfo.image_height) {
198 while (cinfo.next_scanline < cinfo.image_height) {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 103 mCInfo.image_height = mAuxBuffer->height;
107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height);
118 while (mCInfo.next_scanline < mCInfo.image_height) {
  /external/chromium_org/components/enhanced_bookmarks/
metadata_accessor.h 78 int image_height,
  /external/chromium_org/pdf/
progress_control.cc 86 int image_height = 0; local
89 image_height = std::max(image_height, images[i].size().height());
107 std::max(image_height, text_height) +
124 image_height);

Completed in 2437 milliseconds

1 2 3 4 5