Searched refs:optLevel (Results 1 – 1 of 1) sorted by relevance
144 int const optLevel) in ZSTD_rescaleFreqs() argument261 ZSTD_setBasePrices(optPtr, optLevel); in ZSTD_rescaleFreqs()269 int optLevel) in ZSTD_rawLiteralsCost() argument300 return WEIGHT(litLength, optLevel); in ZSTD_litLengthPrice()328 int const optLevel) in ZSTD_getMatchPrice() argument336 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() argument1115 assert(optLevel <= 2); in ZSTD_compressBlock_opt_generic()1269 if ( (optLevel==0) /*static_test*/ in ZSTD_compressBlock_opt_generic()[all …]