Lines Matching defs:height
44 int height = avctx->height;
49 height += 3;
52 height &= ~3;
53 if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
64 uint8_t *dst_start, int width, int height, int linesize)
70 for (y = 0; y < height; y += 4) {
137 uint8_t *dst_start, int width, int height,
149 if ((w & ~3) != width || (h & ~3) != height)
166 dst_start += (height - 1) * linesize;
220 if (y >= height)
241 avctx->width, avctx->height, frame->linesize[0]);
244 avctx->width, avctx->height, frame->linesize[0],