Lines Matching defs:avctx
617 av_log(h->avctx, AV_LOG_ERROR, "MV %d %d out of supported range\n", mx, my);
792 av_cold int ff_cavs_init(AVCodecContext *avctx)
794 AVSContext *h = avctx->priv_data;
796 ff_blockdsp_init(&h->bdsp, avctx);
798 ff_idctdsp_init(&h->idsp, avctx);
800 ff_cavsdsp_init(&h->cdsp, avctx);
805 h->avctx = avctx;
806 avctx->pix_fmt = AV_PIX_FMT_YUV420P;
836 av_cold int ff_cavs_end(AVCodecContext *avctx)
838 AVSContext *h = avctx->priv_data;