Lines Matching refs:decoding
84 that indicates the end of decoding point.
86 equal to ((2^64) - 1), the LZMA stream decoding must be finished after
120 important to keep high speed of decoding of big number of small LZMA streams.
148 There are two main scenarios of decoding:
150 1) The decoding of full stream to one RAM buffer.
156 2) The decoding to some external storage.
162 In this specification we describe the code for decoding to some external
163 storage. The optimized version of code for decoding of full stream to one
186 The maximum RAM state usage is required for decoding the stream with lp = 4
374 stop decoding and report error.
387 The value of the "Range" variable before each bit decoding can not be smaller
482 updates that CProb variable after decoding. The Range Decoder increases
571 LZ part of LZMA describes details about the decoding of MATCHES and LITERALS.
594 To select the table for decoding it uses the context that consists of
635 The match length decoding
722 The match distance decoding
854 And the LZMA Decoder supports 3 modes of decoding:
856 1) The unpack size is undefined. The LZMA decoder stops decoding after
992 If the value "0" was decoded with IsMatch[state2] decoding, we have "LITERAL" type.
1015 If the value "1" was decoded with IsMatch[state2] decoding,
1039 "End of stream" marker, so we can stop decoding and check finishing
1082 And there are 4 corresponding ways of decoding flow.
1161 that supports partial decoding. Such partial decoding case can require some