Lines Matching refs:decoder
69 and a set of parameters which tells the decoder how to decompress it.
184 As a consequence, the decoder must allocate a memory segment
187 In order to preserve the decoder from unreasonable memory requirements,
188 a decoder is allowed to reject a compressed frame
189 which requests a memory size beyond decoder's authorized range.
194 each decoder is free to support higher or lower limits,
200 A decoder compliant with this specification version shall not interpret it.
208 A decoder compliant with this specification version must ensure it is not set.
253 a decoder will need to allocate a buffer of at least `Window_Size` bytes.
255 In order to preserve decoder from unreasonable memory requirements,
256 a decoder is allowed to reject a compressed frame
257 which requests a memory size beyond decoder's authorized range.
271 it's up to the decoder to make sure it uses the correct dictionary.
696 A decoder is free to limit its maximum `N` supported.
699 the reference decoder supports a maximum `N` value of `28` in 64-bits mode.
886 with the sole objective to allow the decoder to quickly skip
908 The `User_Data` can be anything. Data will just be skipped by the decoder.
935 the decoder should consume `Num_Bits` bits from the stream as a __little-endian__ value and add it …
962 the decoder may read any value from `0` to `255 - 100 + 1 == 156` (inclusive).
1004 Then the decoder can tell how many bytes were used in this process,
1149 The decoder will do the inverse operation :