Home
last modified time | relevance | path

Searched defs:mlz (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlz.c23 av_cold int ff_mlz_init_dict(void *context, MLZ *mlz) in ff_mlz_init_dict()
40 av_cold void ff_mlz_flush_dict(MLZ *mlz) { in ff_mlz_flush_dict()
66 static int decode_string(MLZ* mlz, unsigned char *buff, int string_code, int *first_char_code, unsi… in decode_string()
128 int ff_mlz_decompression(MLZ* mlz, GetBitContext* gb, int size, unsigned char *buff) { in ff_mlz_decompression()
Dalsdec.c232 MLZ* mlz; ///< masked lz decompression structure member