Home
last modified time | relevance | path

Searched refs:unquantize_rc (Results 1 – 2 of 2) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dtns.c226 static void unquantize_rc(const int *rc_q, int rc_order, float rc[8]) in unquantize_rc() function
369 unquantize_rc(data->rc[f], data->rc_order[f], rc[f]); in lc3_tns_analyze()
385 unquantize_rc(data->rc[f], data->rc_order[f], rc[f]); in lc3_tns_synthesize()
/liblc3-3.5.0-3.4.0/test/
Dtns_py.c98 unquantize_rc(rc_q, rc_order, rc); in unquantize_rc_py()