j2k-native 0.7.2

Pure-Rust JPEG 2000 and HTJ2K codec engine for j2k
Documentation
1
2
3
4
5
// SPDX-License-Identifier: MIT OR Apache-2.0

//! Shared MQ arithmetic-coder probability table (ITU-T T.800 Table C.2).

pub(crate) use j2k_codec_math::classic::MQ_STATES as QE_TABLE;