Searched refs:newStat (Results 1 – 2 of 2) sorted by relevance
1433 U32 const newStat = rawStat + 1; in ZSTD_fWeight() local1434 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight()1436 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight()
114 unsigned const newStat = base + (table[s] >> shift); in ZSTD_downscaleStats() local115 sum += newStat; in ZSTD_downscaleStats()116 table[s] = newStat; in ZSTD_downscaleStats()