Searched refs:GIF_MAX_LZW_EXP (Results 1 – 3 of 3) sorted by relevance
23 if (code_exp > GIF_MAX_LZW_EXP || code_exp < color_exp + 1) in Create()71 if (code_size_cur_ > GIF_MAX_LZW_EXP) in Decode()
25 #define GIF_MAX_LZW_EXP 12 macro
225 if (gif_image->code_exp > GIF_MAX_LZW_EXP) { in LoadFrame()