Searched refs:histogram_ (Results 1 – 7 of 7) sorted by relevance
36 histogram_(Histogram::Create(kNumAnalysisFrames)), in Agc()59 histogram_->Update(rms[i], probabilities[i]); in Process()70 if (histogram_->num_updates() < kNumAnalysisFrames) { in GetRmsErrorDb()75 if (histogram_->AudioContent() < kNumAnalysisFrames * kActivityThreshold) { in GetRmsErrorDb()80 double loudness = Linear2Loudness(histogram_->CurrentRms()); in GetRmsErrorDb()82 histogram_->Reset(); in GetRmsErrorDb()87 histogram_->Reset(); in Reset()
51 rtc::scoped_ptr<Histogram> histogram_; variable
182 histogram_(NULL), in Histogram()204 histogram_ = CreateHistogram(); in GetHistogram()206 return histogram_; in GetHistogram()219 void* histogram_; variable336 : histogram_(histogram) { in AggregatingHistogramTimerScope()337 histogram_->Start(); in AggregatingHistogramTimerScope()339 ~AggregatingHistogramTimerScope() { histogram_->Stop(); } in ~AggregatingHistogramTimerScope()342 AggregatableHistogramTimer* histogram_;350 : histogram_(histogram) { in AggregatedHistogramTimerScope()353 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); } in ~AggregatedHistogramTimerScope()[all …]
27 isolate()->stats_table()->AddHistogramSample(histogram_, sample); in AddSample()
231 histogram_(const SrcPtr& src) in histogram_() function
318 GpuMat_<int> dst = histogram_<256>(d_src); in TEST()
2195 void colorHistogram( Container *histogram_, const Image image) in colorHistogram() argument2206 histogram_->clear(); in colorHistogram()2211 histogram_->insert( histogram_->end(), std::pair<const Color,size_t> in colorHistogram()