mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 11:36:42 +01:00
some slight tweaks to the compressed format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::context_state::Context;
|
||||
|
||||
const L_BITS: u32 = 16;
|
||||
pub const PROB_BITS: u32 = 12;
|
||||
const L_BITS: u32 = 12;
|
||||
pub const PROB_BITS: u32 = 8;
|
||||
pub const ONE_PROB: u32 = 1 << PROB_BITS;
|
||||
|
||||
pub trait EntropyCoder {
|
||||
|
||||
Reference in New Issue
Block a user