Searched refs:optLevel (Results 1 – 2 of 2) sorted by relevance
72 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument106 int const optLevel) in ZSTD_rescaleFreqs() argument209 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()217 int optLevel) in ZSTD_rawLiteralsCost() argument248 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()260 int const optLevel) in ZSTD_getMatchPrice() argument272 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()934 const int optLevel, in ZSTD_compressBlock_opt_generic() argument963 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()1079 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()[all …]
20218 static void ZSTD_setBasePrices(optState_t* optPtr, int optLevel) in ZSTD_setBasePrices() argument20252 int const optLevel) in ZSTD_rescaleFreqs() argument20355 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()20363 int optLevel) in ZSTD_rawLiteralsCost() argument20394 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice()20406 int const optLevel) in ZSTD_getMatchPrice() argument20418 if ((optLevel<2) /*static*/ && offCode >= 20) in ZSTD_getMatchPrice()20946 const int optLevel, in ZSTD_compressBlock_opt_generic() argument20970 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()21084 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()[all …]