Searched refs:maxCode_ (Results 1 – 2 of 2) sorted by relevance
590 maxCode_ = 1 << runningBits_; in InitDictionary()675 maxCode_ = 1 << runningBits_; in LZWEncode()711 if (runningCode_ >= maxCode_ && Code <= LZ_MAX_CODE) { in LZWWriteOut()712 maxCode_ = 1 << ++runningBits_; in LZWWriteOut()
89 int maxCode_; variable