compress_with_fixed_huffman Subroutine

public subroutine compress_with_fixed_huffman(input_data, input_len, output_buffer, output_pos)

Compress data using fixed Huffman codes with LZ77

Arguments

Type IntentOptional Attributes Name
integer(kind=int8), intent(in) :: input_data(*)
integer, intent(in) :: input_len
integer(kind=int8), intent(inout) :: output_buffer(:)
integer, intent(inout) :: output_pos