Searched refs:hist_index (Results 1 – 3 of 3) sorted by relevance
95 int hist_index = GetBinIndex(rms); in Update() local99 InsertNewestEntryAndUpdate(prob_q10, hist_index); in Update()129 int hist_index) { in InsertNewestEntryAndUpdate() argument145 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() argument162 bin_count_q10_[hist_index] += activity_prob_q10; in UpdateHist()
57 void InsertNewestEntryAndUpdate(int activity_prob_q10, int hist_index);58 void UpdateHist(int activity_prob_q10, int hist_index);
65 int hist_index = mad24(hist_step, bin, hist_offset);66 __global const float * hist = (__global const float *)(histptr + hist_index);