Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_opt.c144 int const optLevel) in ZSTD_rescaleFreqs() argument
261 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()
269 int optLevel) in ZSTD_rawLiteralsCost() argument
300 return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()
328 int const optLevel) in ZSTD_getMatchPrice() argument
336 return WEIGHT(mlBase, optLevel) in ZSTD_getMatchPrice()
341 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()
1082 const int optLevel, in ZSTD_compressBlock_opt_generic() argument
1115 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()
1269 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()
[all …]