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;