Lines Matching refs:coded_width
89 s->coded_width = 0; in init_frame_defaults()
253 if ((ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height)) < 0) in alloc_buffers()
273 int width = (i || bayer) ? s->coded_width >> chroma_x_shift : s->coded_width; in alloc_buffers()
369 s->a_width = s->coded_width; in alloc_buffers()
419 s->coded_width = data; in cfhd_decode()
645 if (s->coded_width) { in cfhd_decode()
646 s->coded_width *= factor; in cfhd_decode()
653 if (!s->a_width && !s->coded_width) { in cfhd_decode()
654 s->coded_width = lowpass_width * factor * 8; in cfhd_decode()
661 if (s->a_width && !s->coded_width) in cfhd_decode()
662 s->coded_width = s->a_width; in cfhd_decode()
666 if (s->a_width != s->coded_width || s->a_height != s->coded_height || in cfhd_decode()
675 ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height); in cfhd_decode()
690 s->coded_width = 0; in cfhd_decode()
700 s->coded_width = 0; in cfhd_decode()
920 s->coded_width || s->coded_height || s->coded_format != AV_PIX_FMT_NONE) { in cfhd_decode()
1078 lowpass_width * 2 > avctx->coded_width / 2 ) in cfhd_decode()
1275 lowpass_width * 2 > avctx->coded_width / 2 ) in cfhd_decode()
1368 lowpass_width * 2 > avctx->coded_width / 2 ) in cfhd_decode()
1442 pdst->coded_width = pdst->a_width; in update_thread_context()