Home
last modified time | relevance | path

Searched refs:bump_code (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlz.c32 mlz->bump_code = (DIC_INDEX_INIT - 1); in ff_mlz_init_dict()
50 mlz->bump_code = mlz->current_dic_index_max - 1; in ff_mlz_flush_dict()
155 if (string_code == (int) mlz->bump_code) { in ff_mlz_decompression()
158 mlz->bump_code = mlz->current_dic_index_max - 1; in ff_mlz_decompression()
Dmlz.h50 unsigned int bump_code; member