Lines Matching refs:image_height
56 int image_width = 0, image_height = 0; variable
177 image_height = atoi(argv[++c]); // NOLINT in ParseOptions()
210 if (image_width == 0 || image_height == 0) { in ParseOptions()
221 image_height = org_height; in ParseOptions()
228 image_height = org_height; in ParseOptions()
232 image_height = rec_height; in ParseOptions()
278 distorted_frame->y = CalcSSIM(ch_org, ch_rec, image_width, image_height); in UpdateMetrics()
280 CalcSSIM(u_org, u_rec, (image_width + 1) / 2, (image_height + 1) / 2); in UpdateMetrics()
282 CalcSSIM(v_org, v_rec, (image_width + 1) / 2, (image_height + 1) / 2); in UpdateMetrics()
355 const int y_size = image_width * image_height; in main()
356 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2); in main()
412 printf("Size: %dx%d\n", image_width, image_height); in main()
447 image_height, image_width, image_height)) { in main()
471 image_height, image_width, image_height)) { in main()