Searched refs:svt_enc (Results 1 – 1 of 1) sorted by relevance
121 static int alloc_buffer(EbSvtAv1EncConfiguration *config, SvtContext *svt_enc) in alloc_buffer() argument132 svt_enc->raw_size = (luma_size_8bit + luma_size_10bit) * 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 = avctx->priv_data; in config_enc_params() local188 param->hierarchical_levels = svt_enc->hierarchical_level; in config_enc_params()189 param->enc_mode = svt_enc->enc_mode; in config_enc_params()[all …]