Searched defs:rc (Results 1 – 4 of 4) sorted by relevance
/liblc3-latest/test/ |
D | tns_py.c | 55 float *a, *rc; in lpc_reflection_py() local 76 float *rc; in quantize_rc_py() local 98 float *rc; in unquantize_rc_py() local
|
D | tns.py | 201 def quantization(self, rc, lpc_weighting): argument 212 def filtering(self, st, x, rc_order, rc): argument 294 def filtering(self, st, x, rc_order, rc): argument
|
/liblc3-latest/src/ |
D | tns.h | 34 int rc[2][8]; member
|
D | tns.c | 159 float err = r[f][0], rc; in compute_lpc_coeffs() local 212 const float *a, int maxorder, float *rc) in lpc_reflection() 242 static void quantize_rc(const float *rc, int maxorder, int *order, int *rc_q) in quantize_rc() 398 float rc[2][8]; in lc3_tns_analyze() local 430 float rc[2][8] = { 0 }; in lc3_tns_synthesize() local
|