Home
last modified time | relevance | path

Searched refs:current_dic_index_max (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlz.c30 mlz->current_dic_index_max = DIC_INDEX_INIT; in ff_mlz_init_dict()
48 mlz->current_dic_index_max = DIC_INDEX_INIT; in ff_mlz_flush_dict()
50 mlz->bump_code = mlz->current_dic_index_max - 1; in ff_mlz_flush_dict()
151 if (string_code > mlz->current_dic_index_max) { in ff_mlz_decompression()
152 av_log(mlz->context, AV_LOG_ERROR, "String code %d exceeds maximum value of %d.\n", string_code, mlz->current_dic_index_max); in ff_mlz_decompression()
157 mlz->current_dic_index_max *= 2; in ff_mlz_decompression()
158 mlz->bump_code = mlz->current_dic_index_max - 1; in ff_mlz_decompression()
H A Dmlz.h49 int current_dic_index_max; member

Completed in 1 milliseconds