Home
last modified time | relevance | path

Searched refs:FIRST_CODE (Results 1 – 4 of 4) 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
/third_party/giflib/
Dgif_lib_private.h27 #define FIRST_CODE 4097 /* Impossible code, to signal first. */ macro
Degif_lib.c871 Private->CrntCode = FIRST_CODE; /* Signal that this is first one! */ in EGifSetupCompress()
902 if (Private->CrntCode == FIRST_CODE) /* Its first time! */ in EGifCompressLine()