Searched defs:rc_order (Results 1 – 4 of 4) sorted by relevance
/liblc3-3.5.0-3.4.0/src/ |
D | tns.h | 40 int rc_order[2]; member
|
D | tns.c | 196 static void quantize_rc(const float *rc, int *rc_order, int *rc_q) in quantize_rc() 226 static void unquantize_rc(const int *rc_q, int rc_order, float rc[8]) in unquantize_rc() 400 int rc_order = data->rc_order[f]; in lc3_tns_get_nbits() local 420 int rc_order = data->rc_order[f]; in lc3_tns_put_data() local
|
/liblc3-3.5.0-3.4.0/test/ |
D | tns_py.c | 70 int rc_order, *rc_q; in quantize_rc_py() local 87 int rc_order, *rc_q; in unquantize_rc_py() local
|
D | tns.py | 163 def filtering(self, st, x, rc_order, rc): argument 242 def filtering(self, st, x, rc_order, rc): argument
|