OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_IsRepG2Decoders
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java
130
short[]
m_IsRepG2Decoders
= new short[Base.kNumStates];
188
SevenZip.Compression.RangeCoder.Decoder.InitBitModels(
m_IsRepG2Decoders
);
248
if (m_RangeDecoder.DecodeBit(
m_IsRepG2Decoders
, state) == 0)
/external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs
142
BitDecoder[]
m_IsRepG2Decoders
= new BitDecoder[Base.kNumStates];
215
m_IsRepG2Decoders
[i].Init();
293
if (
m_IsRepG2Decoders
[state.Index].Decode(m_RangeDecoder) == 0)
Completed in 26 milliseconds