Lines Matching defs:width
60 unsigned int width, height;
104 avctx->coded_width = FFALIGN(avctx->width, 16);
212 ctx->width = AV_RB16(buf + 0x1a);
284 if (ctx->width != ctx->cid_table->width &&
285 ctx->cid_table->width != DNXHD_VARIABLE) {
288 ctx->width, ctx->cid_table->width, 255);
289 ctx->width = ctx->cid_table->width;
298 ctx->mb_width = (ctx->width + 15)>> 4;
305 ctx->width, ctx->height, ctx->is_444 ? "4:4" : "2:2",
634 if ((avctx->width || avctx->height) &&
635 (ctx->width != avctx->width || ctx->height != avctx->height)) {
637 avctx->width, avctx->height, ctx->width, ctx->height);
647 ret = ff_set_dimensions(avctx, ctx->width, ctx->height);