HomeSort by relevance Sort by last modified time
    Searched refs:histogram_ (Results 1 - 6 of 6) 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 182 histogram_(NULL),
204 histogram_ = CreateHistogram();
206 return histogram_;
219 void* histogram_; member in class:v8::internal::Histogram
336 : histogram_(histogram) {
337 histogram_->Start();
339 ~AggregatingHistogramTimerScope() { histogram_->Stop(); }
342 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatingHistogramTimerScope
350 : histogram_(histogram) {
353 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed());
357 AggregatableHistogramTimer* histogram_; member in class:v8::internal::AggregatedHistogramTimerScope
    [all...]
counters.cc 27 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);

Completed in 229 milliseconds