Searched refs:bin_count_q10_ (Results 1 – 2 of 2) sorted by relevance
65 bin_count_q10_(), in LoudnessHistogram()80 bin_count_q10_(), in LoudnessHistogram()163 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()183 memset(bin_count_q10_, 0, sizeof(bin_count_q10_)); in Reset()220 p = static_cast<double>(bin_count_q10_[n]) * p_total_inverse; in CurrentRms()
72 int64_t bin_count_q10_[kHistSize]; variable