//! The codec's constant tables: codebooks, filter coefficients and the lookup
//! curves the arithmetic reads.
//!
//! One array per table, grouped by the stage that reads it. Constants that
//! describe the *code* rather than the codec — frame geometry, thresholds,
//! Q-format shifts — live beside the stage that uses them, not here.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;