Searched refs:compute_lpc_coeffs (Results 1 – 3 of 3) sorted by relevance
| /liblc3-latest/test/ |
| D | tns_py.c | 46 compute_lpc_coeffs(dt, bw, maxorder, x, g, a); in compute_lpc_coeffs_py()
|
| 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)
|
| /liblc3-latest/src/ |
| 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()
|