Lines Matching defs:height
60 int height;
99 s->height = bytestream2_get_be32(&s->gb);
101 if ((s->height > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) {
118 if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
235 scanline_count = s->height * s->channel_count;
418 s->uncompressed_size = s->line_size * s->height * s->channel_count;
449 for (y = 0; y < s->height; y++) {
462 src[1] = src[0] + s->line_size * s->height;
463 src[2] = src[1] + s->line_size * s->height;
464 src[3] = src[2] + s->line_size * s->height;
465 src[4] = src[3] + s->line_size * s->height;
467 for (y = 0; y < s->height; y++) {
486 for (y = 0; y < s->height; y++) {
493 for (y = 0; y < s->height; y++) {
512 for (y = 0; y < s->height; y++) {
526 for (y = 0; y < s->height; y++) {