Function exr::compression::piz::huffman::decode_with_tables

source ยท
fn decode_with_tables(
    encoding_table: &[u64],
    decoding_table: &[Code],
    input: &[u8],
    input_bit_count: i32,
    run_length_code: u32,
    expected_output_size: usize,
) -> Result<Vec<u16>>
Expand description

Decode (uncompress) n bits based on encoding & decoding tables: