Searched refs:BITCOST_MULTIPLIER (Results 1 – 1 of 1) sorted by relevance
32 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY)36 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY) macro40 # define BITCOST_MULTIPLIER (1 << BITCOST_ACCURACY) macro48 return (ZSTD_highbit32(stat+1) * BITCOST_MULTIPLIER); in ZSTD_bitWeight()58 U32 const BWeight = hb * BITCOST_MULTIPLIER; in ZSTD_fracWeight()74 return (double)price / (BITCOST_MULTIPLIER*8); in ZSTD_fCost()275 return (litLength << 3) * BITCOST_MULTIPLIER; /* Uncompressed - 8 bytes per literal. */ in ZSTD_rawLiteralsCost()278 return (litLength*6) * BITCOST_MULTIPLIER; /* 6 bit per literal - no statistic used */ in ZSTD_rawLiteralsCost()282 U32 const litPriceMax = optPtr->litSumBasePrice - BITCOST_MULTIPLIER; in ZSTD_rawLiteralsCost()284 assert(optPtr->litSumBasePrice >= BITCOST_MULTIPLIER); in ZSTD_rawLiteralsCost()[all …]