HomeSort by relevance Sort by last modified time
    Searched refs:histogram_ (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/
agc.cc 36 histogram_(Histogram::Create(kNumAnalysisFrames)),
59 histogram_->Update(rms[i], probabilities[i]);
70 if (histogram_->num_updates() < kNumAnalysisFrames) {
75 if (histogram_->AudioContent() < kNumAnalysisFrames * kActivityThreshold) {
80 double loudness = Linear2Loudness(histogram_->CurrentRms());
82 histogram_->Reset();
87 histogram_->Reset();
agc.h 51 rtc::scoped_ptr<Histogram> histogram_; member in class:webrtc::Agc
  /external/v8/src/
counters.h 184 histogram_(NULL),
208 histogram_ = CreateHistogram();
210 return histogram_;
222 void* histogram_; member in class:v8::internal::Histogram
340 : histogram_(histogram) {
341 histogram_->Start();
343 ~AggregatingHistogramTimerScope() { histogram_->Stop(); }
346 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatingHistogramTimerScope
354 : histogram_(histogram) {
357 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed());
361 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatedHistogramTimerScope
    [all...]
counters.cc 30 isolate()->stats_table()->AddHistogramSample(histogram_, sample);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
reduction.hpp 231 histogram_(const SrcPtr& src) function in namespace:cv::cudev
  /external/opencv3/modules/cudev/test/
test_reduction.cu 318 GpuMat_<int> dst = histogram_<256>(d_src);
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]

Completed in 236 milliseconds