Lines Matching defs:height
299 ret = av_image_check_size(avctx->width, avctx->height, 0, avctx);
307 s->interlaced = avctx->height > 288;
871 static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height,
892 int h = height;
955 draw_slice(s, p, height);
990 for (cy = y = 1; y < height; y++, cy++) {
1005 if (y >= height)
1032 draw_slice(s, p, height);
1046 if (y >= height)
1060 if (y >= height)
1088 for (; y < height; y++, cy++) {
1100 if (y >= height)
1120 draw_slice(s, p, height);
1127 const int last_line = (y_offset + height - 1) * p->linesize[0];
1150 for (y = height - 2; y >= 0; y--) { // Yes it is stored upside down.
1158 if (y < height - 1 - s->interlaced) {
1166 draw_slice(s, p, height);
1189 const int height = s->height;
1194 if (buf_size < (width * height + 7)/8)
1227 slice_height <= 0 || nb_slices * (uint64_t)slice_height > height)
1230 slice_height = height;
1245 y_offset = height - (slice + 1) * slice_height;