Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dtns.c272 static void unquantize_rc(const int *rc_q, int order, float rc[8]) in unquantize_rc() function
418 unquantize_rc(data->rc[f], data->rc_order[f], rc[f]); in lc3_tns_analyze()
434 unquantize_rc(data->rc[f], data->rc_order[f], rc[f]); in lc3_tns_synthesize()
/liblc3-latest/test/
Dtns_py.c108 unquantize_rc(rc_q, rc_order, rc); in unquantize_rc_py()