Searched refs:log_spectrum (Results 1 – 1 of 1) sorted by relevance
33 std::array<float, kFftSizeBy2Plus1> log_spectrum; in Estimate() local34 LogApproximation(signal_spectrum, log_spectrum); in Estimate()46 if (log_spectrum[i] > log_quantile_[j]) { in Estimate()55 if (fabs(log_spectrum[i] - log_quantile_[j]) < kWidth) { in Estimate()