Searched refs:lzw_maxcode (Results 1 – 2 of 2) sorted by relevance
104 #define lzw_maxcode base.maxcode macro301 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreDecode()311 sp->lzw_maxcode = MAXCODE(BITS_MIN)-1; in LZWPreDecode()815 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreEncode()899 maxcode = sp->lzw_maxcode; in LZWEncode()1025 sp->lzw_maxcode = maxcode; in LZWEncode()
104 #define lzw_maxcode base.maxcode macro299 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreDecode()309 sp->lzw_maxcode = MAXCODE(BITS_MIN)-1; in LZWPreDecode()808 sp->lzw_maxcode = MAXCODE(BITS_MIN); in LZWPreEncode()889 maxcode = sp->lzw_maxcode; in LZWEncode()1015 sp->lzw_maxcode = maxcode; in LZWEncode()