Lines Matching refs:ySize
107 int32_t ySize;
1231 if (tile_y && s->tile_attr.ySize + (int64_t)FFMAX(s->ymin, 0) >= INT_MAX / tile_y )
1234 line = s->ymin + s->tile_attr.ySize * tile_y;
1241 td->ysize = FFMIN(s->tile_attr.ySize, s->ydelta - tile_y * s->tile_attr.ySize);
1576 s->tile_attr.ySize = -1;
1894 s->tile_attr.ySize = bytestream2_get_le32(gb);
2014 if (s->tile_attr.xSize < 1 || s->tile_attr.ySize < 1) {
2156 ((s->ydelta + s->tile_attr.ySize - 1) / s->tile_attr.ySize);