Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlz.h60 int ff_mlz_init_dict(void *context, MLZ *mlz);
Dmlz.c23 av_cold int ff_mlz_init_dict(void *context, MLZ *mlz) in ff_mlz_init_dict() function
Dalsdec.c2127 ret = ff_mlz_init_dict(avctx, ctx->mlz); in decode_init()