Home
last modified time | relevance | path

Searched refs:histogram_ (Results 1 – 8 of 8) 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/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc234 return histogram_.DecodeFromProto(proto); in DecodeFromProto()
239 histogram_.Clear(); in Clear()
244 histogram_.Add(value); in Add()
250 histogram_.EncodeToProto(proto, preserve_zero_buckets); in EncodeToProto()
255 return histogram_.Median(); in Median()
260 return histogram_.Percentile(p); in Percentile()
265 return histogram_.Average(); in Average()
270 return histogram_.StandardDeviation(); in StandardDeviation()
275 return histogram_.ToString(); in ToString()
Dhistogram.h113 : histogram_(custom_bucket_limits) {} in ThreadSafeHistogram()
133 Histogram histogram_ GUARDED_BY(mu_);
/external/tensorflow/tensorflow/core/lib/monitoring/
Dsampler.h52 : histogram_(bucket_limits) {} in SamplerCell()
63 histogram::ThreadSafeHistogram histogram_;
175 inline void SamplerCell::Add(const double sample) { histogram_.Add(sample); } in Add()
179 histogram_.EncodeToProto(&pb, true /* preserve_zero_buckets */); in value()
/external/v8/src/
Dcounters.h189 histogram_(NULL), in Histogram()
213 histogram_ = CreateHistogram(); in GetHistogram()
215 return histogram_; in GetHistogram()
227 void* histogram_; variable
345 : histogram_(histogram) { in AggregatingHistogramTimerScope()
346 histogram_->Start(); in AggregatingHistogramTimerScope()
348 ~AggregatingHistogramTimerScope() { histogram_->Stop(); } in ~AggregatingHistogramTimerScope()
351 AggregatableHistogramTimer* histogram_;
359 : histogram_(histogram) { in AggregatedHistogramTimerScope()
362 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); } in ~AggregatedHistogramTimerScope()
[all …]
Dcounters.cc30 isolate()->stats_table()->AddHistogramSample(histogram_, sample); in AddSample()
/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()