Lines Matching defs:width
223 for (x = 0; x < avctx->width; x += 16) {
275 for (x = 0; x < avctx->width; x += 16) {
361 int width, height;
383 width = avctx->width;
392 width = 352;
396 width = 704;
400 width = 480;
404 width = 352;
408 width = 704;
412 width = 704;
437 if (avctx->width != width ||
446 ret = ff_set_dimensions(avctx, width, height);