Lines Matching defs:width
44 unsigned width, height;
107 ctx->band[plane][0].width = w >> NB_LEVELS;
114 ctx->band[plane][i + 1].width = w >> scale;
127 int width, ptrdiff_t stride)
155 if (j == width) {
187 if (j == width) {
203 int width, ptrdiff_t stride)
261 if (j == width) {
302 if (j == width) {
346 ctx->band[plane][i + 1].width, stride);
360 int width, int height, ptrdiff_t stride)
365 memset(pred, 0, width * sizeof(*pred));
370 for (j = 1; j < width; j++) {
425 unsigned width, unsigned height, ptrdiff_t stride,
433 scaled_width = width >> NB_LEVELS;
558 ret = read_low_coeffs(avctx, dst + 1, ctx->band[plane][0].width - 1,
559 ctx->band[plane][0].width - 1, 0);
576 (ctx->band[plane][0].width - 1) * (ctx->band[plane][0].height - 1),
577 ctx->band[plane][0].width - 1, stride);
594 lowpass_prediction(dst, ctx->prediction, ctx->band[plane][0].width,
608 int i, w, h, width, height, ret, version;
628 width = bytestream2_get_be32(&ctx->gb);
631 if ( width > INT_MAX - (1U << (NB_LEVELS + 1))
635 w = FFALIGN(width, 1 << (NB_LEVELS + 1));
652 avctx->width = width;