Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlz.c44 dict[i].string_code = CODE_UNSET; in ff_mlz_flush_dict()
55 static void set_new_entry_dict(MLZDict* dict, int string_code, int parent_code, int char_code) { in set_new_entry_dict() argument
56 dict[string_code].parent_code = parent_code; in set_new_entry_dict()
57 dict[string_code].string_code = string_code; in set_new_entry_dict()
58 dict[string_code].char_code = char_code; in set_new_entry_dict()
60 dict[string_code].match_len = 2; in set_new_entry_dict()
62 dict[string_code].match_len = (dict[parent_code].match_len) + 1; in set_new_entry_dict()
66 static int decode_string(MLZ* mlz, unsigned char *buff, int string_code, in argument
131 int string_code, last_string_code, char_code; ff_mlz_decompression() local
[all...]
H A Dmlz.h39 int string_code; member

Completed in 1 milliseconds