#include "lz_optional.hpp"
template < int MATCH_LEN, int OFFSET_WINDOW > void lzBestMatchFilter ( hls::stream <compressd_dt>& inStream, hls::stream <compressd_dt>& outStream, uint32_t input_size )
Objective of this module is to pick character with higher match length in the offset window range.
Parameters:
MATCH_LEN | match length |
OFFSET_WINDOW | offset window range |
inStream | input stream |
outStream | output stream |
input_size | input stream size |