Lines Matching refs:m_OutWindow
135 LZ.OutWindow m_OutWindow = new LZ.OutWindow();
174 m_OutWindow.Create(blockSize);
201 m_OutWindow.Init(outStream, _solid);
247 m_OutWindow.PutByte(b);
259 byte prevByte = m_OutWindow.GetByte(0);
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0));
265 m_OutWindow.PutByte(b);
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0));
333 if (rep0 >= m_OutWindow.TrainSize + nowPos64 || rep0 >= m_DictionarySizeCheck)
339 m_OutWindow.CopyBlock(rep0, len);
344 m_OutWindow.Flush();
345 m_OutWindow.ReleaseStream();
370 return m_OutWindow.Train(stream);