Lines Matching refs:coded_width
90 s->coded_width = 0;
254 if ((ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height)) < 0)
274 int width = (i || bayer) ? s->coded_width >> chroma_x_shift : s->coded_width;
370 s->a_width = s->coded_width;
418 s->coded_width = data;
644 if (s->coded_width) {
645 s->coded_width *= factor;
652 if (!s->a_width && !s->coded_width) {
653 s->coded_width = lowpass_width * factor * 8;
660 if (s->a_width && !s->coded_width)
661 s->coded_width = s->a_width;
665 if (s->a_width != s->coded_width || s->a_height != s->coded_height ||
674 ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height);
688 s->coded_width = 0;
697 s->coded_width = 0;
917 s->coded_width || s->coded_height || s->coded_format != AV_PIX_FMT_NONE) {
1075 lowpass_width * 2 > avctx->coded_width / 2 )
1272 lowpass_width * 2 > avctx->coded_width / 2 )
1365 lowpass_width * 2 > avctx->coded_width / 2 )
1439 pdst->coded_width = pdst->a_width;