Searched refs:BITCOST_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance
29 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)33 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY) macro37 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY) macro43 return (ZSTD_highbit32(stat+1) * BITCOST_MULTIPLIER); in ZSTD_bitWeight()50 U32 const BWeight = hb * BITCOST_MULTIPLIER; in ZSTD_fracWeight()63 return (double)price / (BITCOST_MULTIPLIER*8); in ZSTD_fCost()222 return (litLength << 3) * BITCOST_MULTIPLIER; /* Uncompressed - 8 bytes per literal. */ in ZSTD_rawLiteralsCost()225 return (litLength*6) * BITCOST_MULTIPLIER; /* 6 bit per literal - no statistic used */ in ZSTD_rawLiteralsCost()246 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()268 return WEIGHT(mlBase, optLevel) + ((16 + offCode) * BITCOST_MULTIPLIER); in ZSTD_getMatchPrice()[all …]