Lines Matching defs:width
57 uint64_t line_size;/* length of src data (even width) */
59 int width;
109 s->width = bytestream2_get_be32(&s->gb);
110 if ((s->width > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) {
118 if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
315 s->line_size = s->width * s->pixel_size;
325 s->line_size = s->width + 7 >> 3;
450 for (x = 0; x < s->width; x++) {
468 for (x = 0; x < s->width; x++) {
494 for (x = 0; x < s->width; x++) {