Lines Matching refs:coded_height
90 s->coded_height = 0; in init_frame_defaults()
253 if ((ret = ff_set_dimensions(avctx, s->coded_width, s->coded_height)) < 0) in alloc_buffers()
274 int height = (i || bayer) ? s->coded_height >> chroma_y_shift : s->coded_height; in alloc_buffers()
368 s->a_height = s->coded_height; in alloc_buffers()
422 s->coded_height = data; in cfhd_decode()
649 if (s->coded_height) { in cfhd_decode()
650 s->coded_height *= factor; in cfhd_decode()
657 if (!s->a_height && !s->coded_height) { in cfhd_decode()
658 s->coded_height = lowpass_height * factor * 8; in cfhd_decode()
663 if (s->a_height && !s->coded_height) in cfhd_decode()
664 s->coded_height = s->a_height; 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()
691 s->coded_height = 0; in cfhd_decode()
701 s->coded_height = 0; in cfhd_decode()
920 s->coded_width || s->coded_height || s->coded_format != AV_PIX_FMT_NONE) { in cfhd_decode()
1077 (lowpass_height * 2 > avctx->coded_height / 2 || in cfhd_decode()
1274 (lowpass_height * 2 > avctx->coded_height / 2 || in cfhd_decode()
1367 (lowpass_height * 2 > avctx->coded_height / 2 || in cfhd_decode()
1443 pdst->coded_height = pdst->a_height; in update_thread_context()