Lines Matching defs:height
205 pic->f_grain->height = pic->f->height;
226 for(i=0; i<AV_CEIL_RSHIFT(pic->f->height, v_chroma_shift); i++) {
324 h->height != h1->height ||
361 h->height = h1->height;
383 h->avctx->height = h1->avctx->height;
916 int height = h->height - (ct + cb);
918 av_assert0(sps->crop_top + sps->crop_bottom < (unsigned)h->height);
924 FFALIGN(h->height_from_caller, 16) == FFALIGN(height, 16) &&
926 h->height_from_caller <= height) {
928 height = h->height_from_caller;
932 cb = h->height - height;
939 h->avctx->coded_height = h->height;
941 h->avctx->height = height;
1101 h->height = 16 * h->mb_height;
1130 "changing width %d -> %d / height %d -> %d on "
1133 h->height, h->avctx->coded_height,
1148 "pix_fmt: %s\n", h->width, h->height, av_get_pix_fmt_name(h->avctx->pix_fmt));
1692 h->short_ref[0]->f->height == prev->f->height &&
2643 int height = 16 << FRAME_MBAFF(h);
2647 if ((top + height) >= pic_height)
2648 height += deblock_border;
2652 if (top >= pic_height || (top + height) < 0)
2655 height = FFMIN(height, pic_height - top);
2657 height = top + height;
2661 ff_h264_draw_horiz_band(h, sl, top, height);
2666 ff_thread_report_progress(&h->cur_pic_ptr->tf, top + height - 1,