Searched refs:cost (Results 1 – 7 of 7) sorted by relevance
/lz4-3.4.0-2.7.6/lib/ |
D | lz4hc.c | 486 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()
|
D | README.md | 16 For more compression ratio at the cost of compression speed,
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4_Block_format.md | 156 using a technique called "full optimal parsing", at high cpu cost.
|
/lz4-3.4.0-2.7.6/programs/ |
D | lz4.1.md | 133 The higher the value, the faster the compression speed, at the cost of some compression ratio.
|
D | COPYING | 144 cost of physically performing source distribution, a complete
|
/lz4-3.4.0-2.7.6/tests/ |
D | COPYING | 144 cost of physically performing source distribution, a complete
|
/lz4-3.4.0-2.7.6/examples/ |
D | COPYING | 144 cost of physically performing source distribution, a complete
|