Searched refs:lastCode_ (Results 1 – 2 of 2) sorted by relevance
585 lastCode_ = FIRST_CODE; in InitDictionary()631 if (LZWWriteOut(lastCode_)) { in LZWEncodeFrame()650 if (lastCode_ == FIRST_CODE) { in LZWEncode()653 curChar = lastCode_; in LZWEncode()681 lastCode_ = curChar; in LZWEncode()
84 int lastCode_; variable