Lines Matching refs:image_height
56 int image_width = 0, image_height = 0; variable
180 image_height = atoi(argv[++c]); // NOLINT in ParseOptions()
213 if (image_width == 0 || image_height == 0) { in ParseOptions()
224 image_height = org_height; in ParseOptions()
231 image_height = org_height; in ParseOptions()
235 image_height = rec_height; in ParseOptions()
281 distorted_frame->y = CalcSSIM(ch_org, ch_rec, image_width, image_height); in UpdateMetrics()
283 CalcSSIM(u_org, u_rec, (image_width + 1) / 2, (image_height + 1) / 2); in UpdateMetrics()
285 CalcSSIM(v_org, v_rec, (image_width + 1) / 2, (image_height + 1) / 2); in UpdateMetrics()
361 const int y_size = image_width * image_height; in main()
362 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2); in main()
418 printf("Size: %dx%d\n", image_width, image_height); in main()
454 image_height, image_width, image_height)) { in main()
478 image_height, image_width, image_height)) { in main()