Home | History | Annotate | Download | only in util

Lines Matching refs:image_height

56 int image_width = 0, image_height = 0;
172 image_height = atoi(argv[++c]); // NOLINT
205 if (image_width == 0 || image_height == 0) {
218 image_height = org_height;
225 image_height = org_height;
229 image_height = rec_height;
271 distorted_frame->y = CalcSSIM(ch_org, ch_rec, image_width, image_height);
273 (image_height + 1) / 2);
275 (image_height + 1) / 2);
348 const int y_size = image_width * image_height;
349 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2);
404 printf("Size: %dx%d\n", image_width, image_height);
443 image_height,
445 image_height)) {
473 image_height,
475 image_height)) {