Home
last modified time | relevance | path

Searched refs:compute_lpc_coeffs (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lc3-google/src/
H A Dtns.c59 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 Dtns_py.c46 compute_lpc_coeffs(dt, bw, maxorder, x, g, a); in compute_lpc_coeffs_py()
H A Dtns.py150 def compute_lpc_coeffs(self, bw, f, x): member in TnsAnalysis
247 (pred_gain, a) = self.compute_lpc_coeffs(bw, f, x)