Home
last modified time | relevance | path

Searched defs:hist_index (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc/
H A Dloudness_histogram.cc96 int hist_index = GetBinIndex(rms); in Update() local
130 int hist_index) { in InsertNewestEntryAndUpdate()
162 void LoudnessHistogram::UpdateHist(int activity_prob_q10, int hist_index) { in UpdateHist()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_noise_estimate.c225 unsigned int hist_index = variance / bin_size; in av1_update_noise_estimate() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c225 unsigned int hist_index = variance / bin_size; in vp9_update_noise_estimate() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DHistogramKernel.cpp147 int64_t hist_index = 0; in histogramdd_cpu_contiguous() local