Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlz.c30 mlz->next_code = FIRST_CODE; in ff_mlz_init_dict()
46 mlz->next_code = FIRST_CODE; in ff_mlz_flush_dict()
54 if (parent_code < FIRST_CODE) { in set_new_entry_dict()
76 if (current_code < FIRST_CODE) { in decode_string()
96 if (current_code > FIRST_CODE) { in decode_string()
Dmlz.h32 #define FIRST_CODE 258 macro