Searched refs:MLZ (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlz.h | 45 /** MLZ data strucure 47 typedef struct MLZ { struct 56 } MLZ; typedef 60 int ff_mlz_init_dict(void *context, MLZ *mlz); 64 void ff_mlz_flush_dict(MLZ *dict); 68 int ff_mlz_decompression(MLZ* mlz, GetBitContext* gb, int size, unsigned char *buff);
|
H A D | mlz.c | 23 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, unsigned long bufsize) { in decode_string() 90 av_log(mlz->context, AV_LOG_ERROR, "MLZ offset error.\n"); in decode_string() 98 av_log(mlz->context, AV_LOG_ERROR, "MLZ dic index error.\n"); in decode_string() 105 av_log(mlz->context, AV_LOG_ERROR, "MLZ dic index error.\n"); in decode_string() 109 av_log(mlz->context, AV_LOG_ERROR, "MLZ dic offset error.\n"); in decode_string() 128 int ff_mlz_decompression(MLZ* mlz, GetBitContext* gb, int size, unsigned char *buff) { in ff_mlz_decompression() 175 av_log(mlz->context, AV_LOG_ERROR, "Too many MLZ codes\n"); in ff_mlz_decompression() 190 av_log(mlz->context, AV_LOG_ERROR, "Too many MLZ code in ff_mlz_decompression() [all...] |
H A D | alsdec.c | 232 MLZ* mlz; ///< masked lz decompression structure 1538 av_log(ctx->avctx, AV_LOG_ERROR, "Error in MLZ decompression (%"PRId32", %d).\n", tmp_32, nchars); in read_diff_float_data() 1581 av_log(ctx->avctx, AV_LOG_ERROR, "Error in MLZ decompression (%"PRId32", %d).\n", tmp_32, nchars); in read_diff_float_data()
|
Completed in 5 milliseconds