Lines Matching defs:height
1090 int format, width, height, i, ret;
1143 height = ff_h263_format[format][1];
1162 s->height = height;
1240 height = get_bits(&s->gb, 9) * 4;
1241 ff_dlog(s->avctx, "\nH.263+ Custom picture: %dx%d\n",width,height);
1251 height = ff_h263_format[format][1];
1255 if ((width == 0) || (height == 0))
1258 s->height = height;
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))
1314 s->mb_height = (s->height + 15) / 16;