Lines Matching defs:height
55 int height;
86 c->height = avctx->height;
88 if (avctx->height & 3 || avctx->width & 3) {
90 "width %d and height %d must be multiplie of 4.\n",
91 avctx->width, avctx->height);
96 ret = av_image_check_size2(avctx->width, FFALIGN(avctx->height, 256), avctx->max_pixels, avctx->pix_fmt, 0, avctx);
104 c->frame_size = avctx->width * FFALIGN(avctx->height, 256);
105 c->video_size = avctx->width * avctx->height;
229 for (i = 0; i < c->height; i += 4, dst += c->width * 3)
349 /* Uncompressed data. This mode specifies that (width * height) bytes
400 c->width, c->height);