Searched refs:GIF_MAX_LZW_CODE (Results 1 – 3 of 3) sorted by relevance
103 if (code_next_ < GIF_MAX_LZW_CODE) { in Decode()152 if (code_next_ == GIF_MAX_LZW_CODE) in AddCode()157 if (++code_next_ < GIF_MAX_LZW_CODE) { in AddCode()
61 CodeEntry code_table_[GIF_MAX_LZW_CODE];
28 #define GIF_MAX_LZW_CODE 4096 macro