Searched refs:kOneByWidthPlus2 (Results 1 – 1 of 1) sorted by relevance
54 constexpr float kOneByWidthPlus2 = 1.f / (2.f * kWidth); in Estimate() local56 density_[j] = (counter_[s] * density_[j] + kOneByWidthPlus2) * in Estimate()