Searched refs:BITCOST_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance
41 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)45 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY) macro49 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY) macro55 return (ZSTD_highbit32(stat+1) * BITCOST_MULTIPLIER); in ZSTD_bitWeight()62 U32 const BWeight = hb * BITCOST_MULTIPLIER; in ZSTD_fracWeight()75 return (double)price / (BITCOST_MULTIPLIER*8); in ZSTD_fCost()234 return (litLength << 3) * BITCOST_MULTIPLIER; /* Uncompressed - 8 bytes per literal. */ in ZSTD_rawLiteralsCost()237 return (litLength*6) * BITCOST_MULTIPLIER; /* 6 bit per literal - no statistic used */ in ZSTD_rawLiteralsCost()258 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()280 return WEIGHT(mlBase, optLevel) + ((16 + offCode) * BITCOST_MULTIPLIER); in ZSTD_getMatchPrice()[all …]