Searched refs:kSimult (Results 1 – 2 of 2) sorted by relevance
22 constexpr int kSimult = 3; variable36 std::array<float, kSimult * kFftSizeBy2Plus1> density_;37 std::array<float, kSimult * kFftSizeBy2Plus1> log_quantile_;39 std::array<int, kSimult> counter_;
24 constexpr float kOneBySimult = 1.f / kSimult; in QuantileNoiseEstimator()25 for (size_t i = 0; i < kSimult; ++i) { in QuantileNoiseEstimator()38 for (int s = 0, k = 0; s < kSimult; in Estimate()74 quantile_index_to_return = kFftSizeBy2Plus1 * (kSimult - 1); in Estimate()