Lines Matching refs:mlz
38 #include "mlz.h"
232 MLZ* mlz; ///< masked lz decompression structure
1490 ff_mlz_flush_dict(ctx->mlz);
1536 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray);
1579 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray);
1965 if (ctx->mlz) {
1966 av_freep(&ctx->mlz->dict);
1967 av_freep(&ctx->mlz);
2119 ctx->mlz = av_mallocz(sizeof(*ctx->mlz));
2121 if (!ctx->mlz || !ctx->acf || !ctx->shift_value || !ctx->last_shift_value
2127 ret = ff_mlz_init_dict(avctx, ctx->mlz);
2130 ff_mlz_flush_dict(ctx->mlz);