Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c72 MEM_STATIC double ZSTD_fCost(int price) in ZSTD_fCost()
281 { U32 price = optPtr->litSumBasePrice * litLength; in ZSTD_rawLiteralsCost() local
330 U32 price; in ZSTD_getMatchPrice() local
1208 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1317 … int const price = basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress_internal.h215 int price; /* price from beginning of segment to this position */ member