Home
last modified time | relevance | path

Searched refs:m_RepLenDecoder (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java139 LenDecoder m_RepLenDecoder = new LenDecoder(); field in Decoder
174 m_RepLenDecoder.Create(numPosStates); in SetLcLpPb()
196 m_RepLenDecoder.Init(); in Init()
262 len = m_RepLenDecoder.Decode(m_RangeDecoder, posState) + Base.kMatchMinLen; in Code()
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs151 LenDecoder m_RepLenDecoder = new LenDecoder(); field in SevenZip.Compression.LZMA.Decoder
193 m_RepLenDecoder.Create(numPosStates); in SetPosBitsProperties()
226 m_RepLenDecoder.Init(); in Init()
305 len = m_RepLenDecoder.Decode(m_RangeDecoder, posState) + Base.kMatchMinLen; in Code()