Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp22 if (code_exp > GIF_MAX_LZW_EXP || code_exp < color_exp + 1) in Create()
70 if (code_size_cur_ > GIF_MAX_LZW_EXP) in Decode()
Dcfx_gif.h27 #define GIF_MAX_LZW_EXP 12 macro
Dcfx_gifcontext.cpp213 if (gif_image->code_exp > GIF_MAX_LZW_EXP) { in LoadFrame()