Home
last modified time | relevance | path

Searched defs:price (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/lib/zstd/compress/
Dzstd_opt.c60 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()
258 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
303 U32 price; in ZSTD_getMatchPrice() local
1149 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1238 … int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
Dzstd_compress_internal.h148 int price; member