Function exr::compression::piz::huffman::read_encoding_table

source ยท
fn read_encoding_table(
    packed: &mut impl Read,
    min_code_index: usize,
    max_code_index: usize,
) -> Result<Vec<u64>>
Expand description

Run-length-decompresses all zero runs from the packed table to the encoding table