Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc73 kHistSize == sizeof(kHistBinCenters) / sizeof(kHistBinCenters[0]), in LoudnessHistogram()
196 } else if (rms >= kHistBinCenters[kHistSize - 1]) { in GetBinIndex()
197 return kHistSize - 1; in GetBinIndex()
219 for (int n = 0; n < kHistSize; n++) { in CurrentRms()
Dloudness_histogram.h61 static const int kHistSize = 77; variable
72 int64_t bin_count_q10_[kHistSize];
/external/libyuv/files/unit_test/
Dconvert_test.cc3140 const int kHistSize = 1024; in TEST_F() local
3141 int histogram_b[kHistSize]; in TEST_F()
3142 int histogram_g[kHistSize]; in TEST_F()
3143 int histogram_r[kHistSize]; in TEST_F()
3182 for (int i = 0; i < kHistSize; ++i) { in TEST_F()