Searched refs:compute_lpc_coeffs (Results 1 – 3 of 3) sorted by relevance
/btstack/3rd-party/lc3-google/src/ |
H A D | tns.c | 59 LC3_HOT static void compute_lpc_coeffs( in compute_lpc_coeffs() function 404 compute_lpc_coeffs(dt, bw, maxorder, x, pred_gain, a); in lc3_tns_analyze()
|
/btstack/3rd-party/lc3-google/test/ |
H A D | tns_py.c | 46 compute_lpc_coeffs(dt, bw, maxorder, x, g, a); in compute_lpc_coeffs_py()
|
H A D | tns.py | 150 def compute_lpc_coeffs(self, bw, f, x): member in TnsAnalysis 247 (pred_gain, a) = self.compute_lpc_coeffs(bw, f, x)
|