Home
last modified time | relevance | path

Searched refs:GIF_MAX_LZW_CODE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp104 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()
Dcfx_lzwdecompressor.h57 CodeEntry code_table_[GIF_MAX_LZW_CODE];
Dcfx_gif.h26 #define GIF_MAX_LZW_CODE 4096 macro