Lines Matching defs:height
59 int height; ///< picture height
212 if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
216 *dst++ = p->data[0][FFMIN(lnum + j, s->height-1) * p->linesize[0] +
266 s->height = avctx->height;
325 s->rps = s->height;
332 strips = (s->height - 1) / s->rps + 1;
336 packet_size = avctx->height * bytes_per_row * 2 +
337 avctx->height * 4 + AV_INPUT_BUFFER_MIN_SIZE;
421 for (i = 0; i < s->height; i++) {
444 (i == s->height - 1 || i % s->rps == s->rps - 1)) {
458 ADD_ENTRY1(s, TIFF_HEIGHT, TIFF_LONG, s->height);