Home
last modified time | relevance | path

Searched defs:rc_order (Results 1 – 4 of 4) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dtns.h40 int rc_order[2]; member
Dtns.c196 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/
Dtns_py.c70 int rc_order, *rc_q; in quantize_rc_py() local
87 int rc_order, *rc_q; in unquantize_rc_py() local
Dtns.py163 def filtering(self, st, x, rc_order, rc): argument
242 def filtering(self, st, x, rc_order, rc): argument