Home | History | Annotate | Download | only in util

Lines Matching refs:image_width

31 int image_width = 0, image_height = 0;  // original width and height
92 image_width = atoi(argv[++c]); // NOLINT
135 if (image_width == 0 || image_height == 0) {
137 image_width = org_width;
140 image_width = rec_width;
152 dst_width = Abs(image_width);
221 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB
224 const int y_size = Abs(image_width) * Abs(image_height);
225 const int uv_size = ((Abs(image_width) + 1) / 2) *
259 printf("Size: %dx%d to %dx%d\n", image_width, image_height,
287 int src_width = Abs(image_width);
297 image_width, image_height,
305 TileARGBScale(ch_org, Abs(image_width) * 4,
306 image_width, image_height,