Home
last modified time | relevance | path

Searched refs:LenDecoder (Results 1 – 4 of 4) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java10 class LenDecoder class in Decoder
138 LenDecoder m_LenDecoder = new LenDecoder();
139 LenDecoder m_RepLenDecoder = new LenDecoder();
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs11 class LenDecoder class in SevenZip.Compression.LZMA.Decoder
150 LenDecoder m_LenDecoder = new LenDecoder();
151 LenDecoder m_RepLenDecoder = new LenDecoder();
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp442 CLenDecoder LenDecoder; member in CLzmaDecoder
457 LenDecoder.Init(); in Init()
540 len = LenDecoder.Decode(&RangeDec, posState); in Decode()
/external/lzma/DOC/
Dlzma-specification.txt718 CLenDecoder LenDecoder;
1024 The zero-based length is decoded with "LenDecoder":
1026 len = LenDecoder.Decode(&RangeDec, posState);