Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c71 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument
126 int const optLevel) in ZSTD_rescaleFreqs() argument
239 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()
247 int optLevel) in ZSTD_rawLiteralsCost() argument
274 return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()
301 int const optLevel) in ZSTD_getMatchPrice() argument
313 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()
1041 const int optLevel, in ZSTD_compressBlock_opt_generic() argument
1072 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()
1189 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()
[all …]