Lines Matching defs:height
71 int ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
74 avctx->width, avctx->height);
84 ctx->inflated_size = avctx->width * avctx->height * 4;
94 int bytewidth, int height)
97 for (; height > 0; height--) {
98 const uint8_t *src1 = &src[(height - 1) * src_linesize];
159 ctx->current->linesize[0] * (avctx->height - 1),
162 avctx->width * component_size, avctx->height);
167 avctx->width * component_size, avctx->height);