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