Home
last modified time | relevance | path

Searched refs:p_total_inverse (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc218 double p_total_inverse = 1. / static_cast<double>(audio_content_q10_); in CurrentRms() local
220 p = static_cast<double>(bin_count_q10_[n]) * p_total_inverse; in CurrentRms()