Expand description
This crate provides types related to representation of VarDCT frames, such as varblock transform types, LF images, dequantization matrices and HF coefficients.
Actual decoding (dequantization and rendering) of such frames is not done in this crate.
Structs§
- A set of dequantization matrices.
- Parameters for decoding
DequantMatrixSet
. - Context information for the entropy decoder of HF coefficients.
- Parameters for decoding
HfCoeff
. - Data for decoding and rendering varblocks within an LF group.
- Parameters for decoding
HfMetadata
. - HF coefficient decoder configuration.
- Parameters for decoding
HfPass
. - Channel correlation data, used by chroma-from-luma procedure.
- Dequantization information for each channel.
- Quantized LF image.
- Paramters for decoding
LfCoeff
. - Global quantizer multipliers.
Enums§
- Varblock grid information.
- Varblock transform types.
Functions§
- Decode and write HF coefficients from the bitstream.