Searched refs:estimate_noise (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/lc3-google/test/ |
H A D | spec_py.c | 170 int noise_factor = estimate_noise(dt, bw, hrmode, x, n); in estimate_noise_py()
|
H A D | spec.py | 277 def estimate_noise(self, bw, xq, lastnz, x): member in SpectrumAnalysis 346 self.noise_factor = self.estimate_noise(bw, xq, lastnz, x) 775 nf = analysis.estimate_noise(bw, xq, nq, x)
|
/btstack/3rd-party/lc3-google/src/ |
H A D | spec.c | 714 LC3_HOT static int estimate_noise( in estimate_noise() function 894 put_noise_factor(bits, estimate_noise(dt, bw, lc3_hr(sr), x, nq)); in lc3_spec_encode()
|