Lines Matching defs:height
44 unsigned width, height;
108 ctx->band[plane][0].height = h >> NB_LEVELS;
115 ctx->band[plane][i + 1].height = h >> scale;
360 int width, int height, ptrdiff_t stride)
367 for (i = 0; i < height; i++) {
425 unsigned width, unsigned height, ptrdiff_t stride,
434 scaled_height = height >> NB_LEVELS;
567 ctx->band[plane][0].height - 1, 1, stride);
576 (ctx->band[plane][0].width - 1) * (ctx->band[plane][0].height - 1),
595 ctx->band[plane][0].height, stride);
608 int i, w, h, width, height, ret, version;
629 height = bytestream2_get_be32(&ctx->gb);
632 || height > INT_MAX - (1U << (NB_LEVELS + 1)))
636 h = FFALIGN(height, 1 << (NB_LEVELS + 1));
653 avctx->height = height;