Lines Matching defs:width
204 pic->f_grain->width = pic->f->width;
228 0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift));
230 0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift));
323 (h->width != h1->width ||
360 h->width = h1->width;
382 h->avctx->width = h1->avctx->width;
915 int width = h->width - (cr + cl);
917 av_assert0(sps->crop_right + sps->crop_left < (unsigned)h->width);
923 FFALIGN(h->width_from_caller, 16) == FFALIGN(width, 16) &&
925 h->width_from_caller <= width &&
927 width = h->width_from_caller;
931 cr = h->width - width;
938 h->avctx->coded_width = h->width;
940 h->avctx->width = width;
1100 h->width = 16 * h->mb_width;
1130 "changing width %d -> %d / height %d -> %d on "
1132 h->width, h->avctx->coded_width,
1148 "pix_fmt: %s\n", h->width, h->height, av_get_pix_fmt_name(h->avctx->pix_fmt));
1691 h->short_ref[0]->f->width == prev->f->width &&