Lines Matching defs:SvtContext
47 typedef struct SvtContext {
78 } SvtContext;
125 static int alloc_buffer(EbSvtAv1EncConfiguration *config, SvtContext *svt_enc)
152 SvtContext *svt_enc = avctx->priv_data;
357 SvtContext *svt_enc = avctx->priv_data;
417 SvtContext *svt_enc = avctx->priv_data;
459 static AVBufferRef *get_output_ref(AVCodecContext *avctx, SvtContext *svt_enc, int filled_len)
485 SvtContext *svt_enc = avctx->priv_data;
556 SvtContext *svt_enc = avctx->priv_data;
573 #define OFFSET(x) offsetof(SvtContext, x)
659 .priv_data_size = sizeof(SvtContext),