Crate jxl_coding
source ·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§
- An entropy decoder.
- An entropy decoder, in RLE mode.
Enums§
Functions§
- Read a clustering information of distributions from the bitstream.
- Read a permutation from the entropy encoded stream.