Struct brotli::enc::brotli_bit_stream::BlockSplitCode
source · pub struct BlockSplitCode {
pub type_code_calculator: BlockTypeCodeCalculator,
pub type_depths: [u8; 258],
pub type_bits: [u16; 258],
pub length_depths: [u8; 26],
pub length_bits: [u16; 26],
}
Fields§
§type_code_calculator: BlockTypeCodeCalculator
§type_depths: [u8; 258]
§type_bits: [u16; 258]
§length_depths: [u8; 26]
§length_bits: [u16; 26]