Home
last modified time | relevance | path

Searched refs:selected_matchLength (Results 1 – 1 of 1) sorted by relevance

/lz4-3.4.0-2.7.6/lib/
Dlz4hc.c1523 int selected_matchLength = best_mlen; in LZ4HC_compress_optimal() local
1528 DEBUGLOG(7, "pos %i: sequence length %i", candidate_pos, selected_matchLength); in LZ4HC_compress_optimal()
1529 opt[candidate_pos].mlen = selected_matchLength; in LZ4HC_compress_optimal()
1531 selected_matchLength = next_matchLength; in LZ4HC_compress_optimal()