Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram.cc72 kHistSize == sizeof(kHistBinCenters) / sizeof(kHistBinCenters[0]), in Histogram()
195 } else if (rms >= kHistBinCenters[kHistSize - 1]) { in GetBinIndex()
196 return kHistSize - 1; in GetBinIndex()
218 for (int n = 0; n < kHistSize; n++) { in CurrentRms()
Dhistogram.h62 static const int kHistSize = 77; variable
73 int64_t bin_count_q10_[kHistSize];