Searched refs:hist_bin_index_ (Results 1 – 2 of 2) sorted by relevance
66 hist_bin_index_(), in Histogram()81 hist_bin_index_(new int[window_size]), in Histogram()110 int oldest_hist_index = hist_bin_index_[buffer_index_]; in RemoveOldestEntryAndUpdate()121 UpdateHist(-activity_probability_[index], hist_bin_index_[index]); in RemoveTransient()145 hist_bin_index_[buffer_index_] = hist_index; in InsertNewestEntryAndUpdate()
78 rtc::scoped_ptr<int[]> hist_bin_index_; variable