Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlz.c64 int current_code, parent_code, tmp_code; in decode_string() local
67 current_code = string_code; in decode_string()
71 switch (current_code) { in decode_string()
76 if (current_code < FIRST_CODE) { in decode_string()
77 *first_char_code = current_code; in decode_string()
78 buff[0] = current_code; in decode_string()
82 offset = dict[current_code].match_len - 1; in decode_string()
83 tmp_code = dict[current_code].char_code; in decode_string()
91 current_code = dict[current_code].parent_code; in decode_string()
92 if ((current_code < 0) || (current_code > (DIC_INDEX_MAX - 1))) { in decode_string()
[all …]