Home
last modified time | relevance | path

Searched refs:hist_index (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram.cc95 int hist_index = GetBinIndex(rms); in Update() local
99 InsertNewestEntryAndUpdate(prob_q10, hist_index); in Update()
129 int hist_index) { in InsertNewestEntryAndUpdate() argument
145 hist_bin_index_[buffer_index_] = hist_index; in InsertNewestEntryAndUpdate()
158 UpdateHist(activity_prob_q10, hist_index); in InsertNewestEntryAndUpdate()
161 void Histogram::UpdateHist(int activity_prob_q10, int hist_index) { in UpdateHist() argument
162 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()
Dhistogram.h57 void InsertNewestEntryAndUpdate(int activity_prob_q10, int hist_index);
58 void UpdateHist(int activity_prob_q10, int hist_index);
/external/opencv3/modules/imgproc/src/opencl/
Dcalc_back_project.cl65 int hist_index = mad24(hist_step, bin, hist_offset);
66 __global const float * hist = (__global const float *)(histptr + hist_index);