Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c480 U32 const mlAdd = (matchLength>=19) ? ((matchLength-19) / 255) + 1 : 0; in LZ4HC_encodeSequence() local
481 U32 const cost = 1 + llAdd + ll + 2 + mlAdd; in LZ4HC_encodeSequence()