Lines Matching defs:width
1090 int format, width, height, i, ret;
1142 width = ff_h263_format[format][0];
1144 if (!width)
1161 s->width = width;
1238 width = (get_bits(&s->gb, 9) + 1) * 4;
1241 ff_dlog(s->avctx, "\nH.263+ Custom picture: %dx%d\n",width,height);
1250 width = ff_h263_format[format][0];
1255 if ((width == 0) || (height == 0))
1257 s->width = width;
1305 if ((ret = av_image_check_size(s->width, s->height, 0, s)) < 0)
1309 if ((s->width * s->height / 256 / 8) > get_bits_left(&s->gb))
1313 s->mb_width = (s->width + 15) / 16;