Home
last modified time | relevance | path

Searched refs:SvtContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c46 typedef struct SvtContext { struct
74 } SvtContext; argument
121 static int alloc_buffer(EbSvtAv1EncConfiguration *config, SvtContext *svt_enc) in alloc_buffer()
152 SvtContext *svt_enc = avctx->priv_data; in config_enc_params()
263 SvtContext *svt_enc = avctx->priv_data; in eb_enc_init()
323 SvtContext *svt_enc = avctx->priv_data; in eb_send_frame()
358 static AVBufferRef *get_output_ref(AVCodecContext *avctx, SvtContext *svt_enc, int filled_len) in get_output_ref()
384 SvtContext *svt_enc = avctx->priv_data; in eb_receive_packet()
455 SvtContext *svt_enc = avctx->priv_data; in eb_enc_close()
472 #define OFFSET(x) offsetof(SvtContext, x)
[all …]