Searched refs:noise_factor (Results 1 – 2 of 2) 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() local 172 return Py_BuildValue("i", noise_factor); in estimate_noise_py()
|
H A D | spec.py | 72 (self.g_idx, self.noise_factor, self.xq, self.lastnz, 346 self.noise_factor = self.estimate_noise(bw, xq, lastnz, x) 363 bits.write_uint(self.noise_factor, 3)
|