Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlz.c21 #include "mlz.h"
23 av_cold int ff_mlz_init_dict(void *context, MLZ *mlz) in ff_mlz_init_dict() argument
25 mlz->dict = av_mallocz(TABLE_SIZE * sizeof(*mlz->dict)); in ff_mlz_init_dict()
26 if (!mlz->dict) in ff_mlz_init_dict()
29 mlz->flush_code = FLUSH_CODE; in ff_mlz_init_dict()
30 mlz->current_dic_index_max = DIC_INDEX_INIT; in ff_mlz_init_dict()
31 mlz->dic_code_bit = CODE_BIT_INIT; in ff_mlz_init_dict()
32 mlz->bump_code = (DIC_INDEX_INIT - 1); in ff_mlz_init_dict()
33 mlz in ff_mlz_init_dict()
40 ff_mlz_flush_dict(MLZ *mlz) ff_mlz_flush_dict() argument
66 decode_string(MLZ* mlz, unsigned char *buff, int string_code, int *first_char_code, unsigned long bufsize) decode_string() argument
128 ff_mlz_decompression(MLZ* mlz, GetBitContext* gb, int size, unsigned char *buff) ff_mlz_decompression() argument
[all...]
H A Dmlz.h36 /** Dictionary structure for mlz decompression
60 int ff_mlz_init_dict(void *context, MLZ *mlz);
66 /** Run mlz decompression on the next size bits and the output will be stored in buff
68 int ff_mlz_decompression(MLZ* mlz, GetBitContext* gb, int size, unsigned char *buff);
H A Dalsdec.c38 #include "mlz.h"
232 MLZ* mlz; ///< masked lz decompression structure member
1490 ff_mlz_flush_dict(ctx->mlz); in read_diff_float_data()
1536 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray); in read_diff_float_data()
1579 tmp_32 = ff_mlz_decompression(ctx->mlz, gb, nchars, larray); in read_diff_float_data()
1965 if (ctx->mlz) { in decode_end()
1966 av_freep(&ctx->mlz->dict); in decode_end()
1967 av_freep(&ctx->mlz); in decode_end()
2119 ctx->mlz = av_mallocz(sizeof(*ctx->mlz)); in decode_init()
[all...]
H A DMakefile203 OBJS-$(CONFIG_ALS_DECODER) += alsdec.o bgmc.o mlz.o

Completed in 8 milliseconds