Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/lib/
Dlz4hc.c486 U32 const cost = 1 + llAdd + ll + 2 + mlAdd; in LZ4HC_encodeSequence() local
492 cost, totalCost); in LZ4HC_encodeSequence()
493 totalCost += cost; in LZ4HC_encodeSequence()
1383 int const cost = LZ4HC_literalsPrice(llen + rPos); in LZ4HC_compress_optimal() local
1387 opt[rPos].price = cost; in LZ4HC_compress_optimal()
1389 rPos, cost, opt[rPos].litlen); in LZ4HC_compress_optimal()
1397 int const cost = LZ4HC_sequencePrice(llen, mlen); in LZ4HC_compress_optimal() local
1401 opt[mlen].price = cost; in LZ4HC_compress_optimal()
1403 mlen, cost, mlen); in LZ4HC_compress_optimal()
DREADME.md16 For more compression ratio at the cost of compression speed,
/lz4-3.4.0-2.7.6/doc/
Dlz4_Block_format.md156 using a technique called "full optimal parsing", at high cpu cost.
/lz4-3.4.0-2.7.6/programs/
Dlz4.1.md133 The higher the value, the faster the compression speed, at the cost of some compression ratio.
DCOPYING144 cost of physically performing source distribution, a complete
/lz4-3.4.0-2.7.6/tests/
DCOPYING144 cost of physically performing source distribution, a complete
/lz4-3.4.0-2.7.6/examples/
DCOPYING144 cost of physically performing source distribution, a complete