Searched refs:GIF_MAX_LZW_CODE (Results 1 – 3 of 3) sorted by relevance
104 if (code_next_ < GIF_MAX_LZW_CODE) { in Decode()153 if (code_next_ == GIF_MAX_LZW_CODE) in AddCode()158 if (++code_next_ < GIF_MAX_LZW_CODE) { in AddCode()
57 CodeEntry code_table_[GIF_MAX_LZW_CODE];
26 #define GIF_MAX_LZW_CODE 4096 macro