Lines Matching defs:width
43 int width = avctx->width;
48 width += 3;
51 width &= ~3;
53 if ((ret = ff_set_dimensions(avctx, width, height)) < 0)
64 uint8_t *dst_start, int width, int height, int linesize)
71 for (x = 0; x < width; x += 4) {
137 uint8_t *dst_start, int width, int height,
149 if ((w & ~3) != width || (h & ~3) != height)
218 if (x >= width) {
241 avctx->width, avctx->height, frame->linesize[0]);
244 avctx->width, avctx->height, frame->linesize[0],