Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dhuf_compress.c384 const U32 baseCost = 1 << (largestBits - targetNbBits); in HUF_setMaxHeight() local
392 totalCost += baseCost - (1 << (largestBits - huffNode[n].nbBits)); in HUF_setMaxHeight()
403 assert(((U32)totalCost & (baseCost - 1)) == 0); in HUF_setMaxHeight()