Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc.cc36 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()
Dagc.h51 rtc::scoped_ptr<Histogram> histogram_; variable
/external/v8/src/
Dcounters.h182 histogram_(NULL), in Histogram()
204 histogram_ = CreateHistogram(); in GetHistogram()
206 return histogram_; in GetHistogram()
219 void* histogram_; variable
336 : 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 …]
Dcounters.cc27 isolate()->stats_table()->AddHistogramSample(histogram_, sample); in AddSample()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dreduction.hpp231 histogram_(const SrcPtr& src) in histogram_() function
/external/opencv3/modules/cudev/test/
Dtest_reduction.cu318 GpuMat_<int> dst = histogram_<256>(d_src); in TEST()
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h2195 void colorHistogram( Container *histogram_, const Image image) in colorHistogram() argument
2206 histogram_->clear(); in colorHistogram()
2211 histogram_->insert( histogram_->end(), std::pair<const Color,size_t> in colorHistogram()