Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c460 size_t currentCost = sp[n].litLength * avgLitCost + avgSeqCost; in sizeBlockSequences() local
461 budget += currentCost; in sizeBlockSequences()