Structs§
Constants§
- BITRES
- EC_
CODE_ BITS - EC_
CODE_ BOT - EC_
CODE_ EXTRA - EC_
CODE_ SHIFT - EC_
CODE_ TOP - EC_
SYM_ BITS - EC_
SYM_ MAX - RANGE_
BUF_ MAX - Maximum range-coder buffer capacity. Opus packets are bounded by 1276 bytes
(RFC 6716 §3.1); standalone CELT usage (e.g. tests) may use up to 2048, so the
heap-free buffer is sized for that. The Opus encoder additionally clamps its
per-frame budget to
OPUS_MAX_PACKET_BYTES = 1276(seelib.rs).