Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_opt.c73 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()
240 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
274 U32 price; in ZSTD_getMatchPrice() local
1052 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1140 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
Dzstd_compress_internal.h101 int price; member