Home
last modified time | relevance | path

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

/liblc3-latest/test/
Dtns_py.c46 compute_lpc_coeffs(dt, bw, maxorder, x, g, a); in compute_lpc_coeffs_py()
Dtns.py150 def compute_lpc_coeffs(self, bw, f, x): member in TnsAnalysis
247 (pred_gain, a) = self.compute_lpc_coeffs(bw, f, x)
/liblc3-latest/src/
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()