#include "lz4_decompress.hpp"
void lz4Decompress ( hls::stream <ap_uint <8>>& inStream, hls::stream <ap_uint <32>>& outStream, uint32_t input_size )
This module reads the compressed data from input stream and decodes the offset, match length and literals by processing in various decompress states.
Parameters:
inStream | Input stream 8bit |
outStream | Output stream 32bit |
input_size | Input size |