Home
last modified time | relevance | path

Searched refs:svt_enc (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibsvtav1.c125 static int alloc_buffer(EbSvtAv1EncConfiguration *config, SvtContext *svt_enc) in alloc_buffer() argument
132 svt_enc->raw_size = luma_size * 3 / 2; in alloc_buffer()
135 svt_enc->in_buf = av_mallocz(sizeof(*svt_enc->in_buf)); in alloc_buffer()
136 if (!svt_enc->in_buf) in alloc_buffer()
139 svt_enc->in_buf->p_buffer = av_mallocz(sizeof(*in_data)); in alloc_buffer()
140 if (!svt_enc->in_buf->p_buffer) in alloc_buffer()
143 svt_enc->in_buf->size = sizeof(*svt_enc->in_buf); in alloc_buffer()
152 SvtContext *svt_enc in config_enc_params() local
357 SvtContext *svt_enc = avctx->priv_data; eb_enc_init() local
417 SvtContext *svt_enc = avctx->priv_data; eb_send_frame() local
459 get_output_ref(AVCodecContext *avctx, SvtContext *svt_enc, int filled_len) get_output_ref() argument
485 SvtContext *svt_enc = avctx->priv_data; eb_receive_packet() local
556 SvtContext *svt_enc = avctx->priv_data; eb_enc_close() local
[all...]

Completed in 1 milliseconds