Searched refs:hist_bin_index_ (Results 1 – 2 of 2) sorted by relevance
67 hist_bin_index_(), in LoudnessHistogram()82 hist_bin_index_(new int[window_size]), in LoudnessHistogram()111 int oldest_hist_index = hist_bin_index_[buffer_index_]; in RemoveOldestEntryAndUpdate()122 UpdateHist(-activity_probability_[index], hist_bin_index_[index]); in RemoveTransient()146 hist_bin_index_[buffer_index_] = hist_index; in InsertNewestEntryAndUpdate()
77 std::unique_ptr<int[]> hist_bin_index_; variable