Lines Matching defs:avctx
59 avpriv_report_missing_feature(s->avctx, "Interlacing");
65 av_log(s->avctx, AV_LOG_ERROR, "Invalid size %dx%d\n",
76 16*cols != s->avctx->coded_width ||
77 16*rows != s->avctx->coded_height) {
78 int ret = ff_set_dimensions(s->avctx, 16 * cols, 16 * rows);
193 av_log(s->avctx, AV_LOG_ERROR, "End of AC stream reached in vp5_parse_coeff\n");
281 static av_cold int vp5_decode_init(AVCodecContext *avctx)
283 VP56Context *s = avctx->priv_data;
286 if ((ret = ff_vp56_init_context(avctx, s, 1, 0)) < 0)
300 static av_cold int vp56_free(AVCodecContext *avctx)
302 VP56Context *const s = avctx->priv_data;