Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlz.c126 int string_code, last_string_code, char_code; in ff_mlz_decompression() local
130 last_string_code = -1; in ff_mlz_decompression()
140 last_string_code = -1; in ff_mlz_decompression()
156 …int ret = decode_string(mlz, &buff[output_chars], last_string_code, &char_code, size - output_char… in ff_mlz_decompression()
168 set_new_entry_dict(dict, mlz->next_code, last_string_code, char_code); in ff_mlz_decompression()
182 if (last_string_code != -1) { in ff_mlz_decompression()
183 … set_new_entry_dict(dict, mlz->next_code, last_string_code, char_code); in ff_mlz_decompression()
194 last_string_code = string_code; in ff_mlz_decompression()