codecs
ptwm_core::codecs::tans
tANS (tabled-ANS / Finite State Entropy) plane codec.
ptwm_core::codecs::tans
tANS (tabled-ANS / Finite State Entropy) plane codec.
ptwm_core::codecs::tans
crates/ptwm-core/src/codecs/tans.rs:1mod tanstANS (tabled-ANS / Finite State Entropy) plane codec.
A peer of [`crate::codecs::rans::Rans`] in the dispatcher's per-plane
trial encode. Wraps [`crate::entropy::tans`] with the same
`TAG_RAW` / length-prefix framing the rANS codec uses, so a plane that
tANS can't shrink is stored verbatim and decode stays self-describing.
ptwm_core::codecs::tans::Tans
crates/ptwm-core/src/codecs/tans.rs:17pub struct Tans;