Searched refs:BestCount (Results 1 – 2 of 2) sorted by relevance
165 uint32_t BestCount = 0; in encode() local177 if (CurrCount > BestCount) { in encode()180 BestCount = CurrCount; in encode()
901 const uint64_t BestCount = BestSaveCount[CSR].back(); in isBestSavePosCold() local903 if (BestCount >= (opts::ShrinkWrappingThreshold / 100.0) * CurSavingCost) in isBestSavePosCold()911 << " Freq reduction: " << (CurSavingCost - BestCount) << "\n"; in isBestSavePosCold()914 TotalEstimatedWin = CurSavingCost - BestCount; in isBestSavePosCold()