HomeSort by relevance Sort by last modified time
    Searched refs:GIF_MAX_LZW_CODE (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcodec/gif/
cfx_lzwdecompressor.cpp 104 if (code_next_ < GIF_MAX_LZW_CODE) {
153 if (code_next_ == GIF_MAX_LZW_CODE)
158 if (++code_next_ < GIF_MAX_LZW_CODE) {
cfx_lzwdecompressor.h 57 CodeEntry code_table_[GIF_MAX_LZW_CODE];
cfx_gif.h 26 #define GIF_MAX_LZW_CODE 4096

Completed in 50 milliseconds