// SPDX-License-Identifier: Apache-2.0
//! Entropy decoding — Huffman tables and the per-MCU block decoder.
pub
pub
pub
pub
/// T.81 §A.3.6 zigzag order: the 8×8 coefficient scan order from DC to
/// highest-frequency AC. Coefficient `k` in the stream lands at linear
/// position `ZIGZAG[k]` in the 8×8 block (row-major).
pub const ZIGZAG: = ;