Expand description
This crate provides Decoder
, an entropy decoder, implemented as specified in the JPEG XL
specification.
This also provides read_permutation
and read_clusters
, which are used in some parts of
the specification.
Structs§
- Decoder
- An entropy decoder.
- Decoder
NoLz77 - Decoder
RleMode - An entropy decoder, in RLE mode.
- Decoder
With Lz77
Enums§
Functions§
- read_
clusters - Read a clustering information of distributions from the bitstream.
- read_
permutation - Read a permutation from the entropy encoded stream.