Lines Matching refs:MLZ
23 av_cold int ff_mlz_init_dict(void *context, MLZ *mlz)
40 av_cold void ff_mlz_flush_dict(MLZ *mlz) {
66 static int decode_string(MLZ* mlz, unsigned char *buff, int string_code, int *first_char_code, unsigned long bufsize) {
90 av_log(mlz->context, AV_LOG_ERROR, "MLZ offset error.\n");
98 av_log(mlz->context, AV_LOG_ERROR, "MLZ dic index error.\n");
105 av_log(mlz->context, AV_LOG_ERROR, "MLZ dic index error.\n");
109 av_log(mlz->context, AV_LOG_ERROR, "MLZ dic offset error.\n");
128 int ff_mlz_decompression(MLZ* mlz, GetBitContext* gb, int size, unsigned char *buff) {
175 av_log(mlz->context, AV_LOG_ERROR, "Too many MLZ codes\n");
190 av_log(mlz->context, AV_LOG_ERROR, "Too many MLZ codes\n");