Lines Matching defs:xmax
163 int32_t xmax, xmin;
1238 s->xmin + col < s->xmin || s->xmin + col > s->xmax)
1308 axmax = FFMAX(0, (avctx->width - (s->xmax + 1))) * step;
1439 // Zero out the end if xmax+1 is not w
1477 // Zero out the end if xmax+1 is not w
1561 s->xmax = ~0;
1798 int xmin, ymin, xmax, ymax;
1806 xmax = bytestream2_get_le32(gb);
1809 if (xmin > xmax || ymin > ymax ||
1810 ymax == INT_MAX || xmax == INT_MAX ||
1811 (unsigned)xmax - xmin >= INT_MAX ||
1817 s->xmax = xmax;
1820 s->xdelta = (s->xmax - s->xmin) + 1;
2129 /* Verify the xmin, xmax, ymin and ymax before setting the actual image size.
2131 if (s->xmin > s->xmax || s->ymin > s->ymax ||