Home | History | Annotate | Download | only in util

Lines Matching refs:image_height

31 int image_width = 0, image_height = 0;  // original width and height
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,
288 int src_height = Abs(image_height);
297 image_width, image_height,
306 image_width, image_height,