Lines Matching defs:height
36 int linelen, height, bpp;
42 int linelen, int height)
46 dst += (height - 1) * f->linesize[0];
47 for (i = height; i; i--) {
55 int linelen, int height)
59 dst += (height - 1) * f->linesize[0];
60 for (i = height; i; i--) {
76 int bugdelta = FFALIGN(avctx->width * bpp, 4) * avctx->height
77 - (avctx->width & ~3) * bpp * avctx->height;
120 c->linelen, c->height);
125 c->linelen, c->height);
151 c->height = avctx->height;
153 c->decomp_size = c->height * stride;