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§

Decoder
An entropy decoder.
DecoderNoLz77
DecoderRleMode
An entropy decoder, in RLE mode.
DecoderWithLz77

Enums§

Error
RleToken

Functions§

read_clusters
Read a clustering information of distributions from the bitstream.
read_permutation
Read a permutation from the entropy encoded stream.

Type Aliases§

Result