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.cpp103 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()
Dcfx_lzwdecompressor.h61 CodeEntry code_table_[GIF_MAX_LZW_CODE];
Dcfx_gif.h28 #define GIF_MAX_LZW_CODE 4096 macro